Skip to content

Commit

Permalink
Update workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Oct 21, 2023
1 parent c44a9c5 commit d3583d8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: [push, pull_request, workflow_call]

on:
push:
branches:
- main
pull_request:

jobs:
check-format:
name: Check format
Expand Down

0 comments on commit d3583d8

Please sign in to comment.