Skip to content

Commit

Permalink
Update WF to run every commit
Browse files Browse the repository at this point in the history
We were only running on every commit to master, run every commit no
matter the branch
  • Loading branch information
epag committed Jul 25, 2024
1 parent b1a0d2b commit ede11c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/commitChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Code Checks

on:
push:
branches: [ "master" ]
pull_request:

jobs:
Expand Down

0 comments on commit ede11c7

Please sign in to comment.