Skip to content

Commit

Permalink
Ensure CI runs on release branches. (#184)
Browse files Browse the repository at this point in the history
This commit is cherry-picked from the `release-0.4.0` branch to ensure that CI
runs for PRs and merges on release branches.
  • Loading branch information
peterhuene authored Nov 7, 2023
1 parent 6d83899 commit caa7db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
on:
push:
branches: [main]
branches: [main, 'release-*']
tags: ['[0-9]*']
pull_request:
branches: [main]
branches: [main, 'release-*']

jobs:
test:
Expand Down

0 comments on commit caa7db6

Please sign in to comment.