Skip to content

Commit

Permalink
Enable CI for release-*
Browse files Browse the repository at this point in the history
  • Loading branch information
emmdim committed Mar 16, 2021
1 parent 49c6efe commit caba6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
release-prod:
runs-on: self-hosted
needs: [node-tests]
if: startsWith(github.ref, 'refs/heads/release')
if: startsWith(github.ref, 'refs/heads/release-*')
steps:
- name: Check out the repo
uses: actions/checkout@v2
Expand Down

0 comments on commit caba6d7

Please sign in to comment.