Skip to content

Commit

Permalink
publish only if triggered from current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Jan 3, 2025
1 parent f8e36e4 commit e6bee2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ jobs:
runs-on: ubuntu-24.04
permissions:
contents: write
if: github.ref_name == 'current'
steps:
- uses: actions/checkout@v4
- name: Clone vyos-build repo
Expand Down

0 comments on commit e6bee2d

Please sign in to comment.