Skip to content

Commit

Permalink
makes tests run on pushes to master (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Oct 21, 2023
1 parent 07134a5 commit 67d386d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
branches:
- master
merge_group:
push:
branches:
- master
jobs:
run_linters:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
Expand Down

0 comments on commit 67d386d

Please sign in to comment.