Skip to content

Commit

Permalink
Ensure that CI also runs on the master branch. (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Apr 3, 2023
1 parent 46d0f65 commit 336f575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -3,6 +3,8 @@ name: Wombat CI
on:
pull_request:
branches: [master]
push:
branches: [master]

jobs:
test:
Expand Down

0 comments on commit 336f575

Please sign in to comment.