Skip to content

Commit

Permalink
Update cicd_iped.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla authored Jul 11, 2024
1 parent cd9798e commit 6933e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_iped.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

# if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/iped_')
if: startsWith(github.ref, 'refs/tags/')

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6933e91

Please sign in to comment.