Skip to content

Commit

Permalink
ci: fix release trigger workflow (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-stewart authored Feb 21, 2024
1 parent 893e48b commit 802a21d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
container:
image: techallylw/ally-releases:1.21.0
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Trigger release
if: github.ref == 'refs/heads/main'
env:
Expand Down

0 comments on commit 802a21d

Please sign in to comment.