Skip to content

Commit

Permalink
ci: allow tests to run on any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Jul 31, 2024
1 parent e41da2a commit 28a8d80
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/handle-release-branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: Handle Release Branch Push

on:
push:
branches:
- 'alpha'
- 'beta'
- 'main'

jobs:
verify:
Expand Down Expand Up @@ -42,6 +38,7 @@ jobs:
name: Publish release
needs:
- verify
if: contains(fromJson('["refs/heads/alpha", "refs/heads/beta", "refs/heads/main"]'), github.ref)
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 28a8d80

Please sign in to comment.