Skip to content

Commit

Permalink
Merge branch 'release' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
lumbrjx committed Aug 29, 2024
2 parents 1a126b6 + 8650835 commit 12220a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ jobs:
docker push ${{ env.DAEMON_IMAGE_NAME }}:staging
create-release:
needs: build-and-push-staging
if: github.ref == 'refs/heads/release'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
repository-projects: write
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 12220a4

Please sign in to comment.