Skip to content

Commit

Permalink
Update workflow to trigger on future commits
Browse files Browse the repository at this point in the history
  • Loading branch information
catreedle committed Oct 15, 2024
1 parent 16a4eac commit 94f7cb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check_query_identifiers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ on:
push:
branches: [main]
pull_request:
branches: [main]
branches:
- main
types: [opened, reopened, synchronize]

jobs:
format_check:
Expand Down

0 comments on commit 94f7cb1

Please sign in to comment.