Skip to content

Commit

Permalink
[291] Added feature branch to conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Sep 3, 2024
1 parent c57d7c9 commit e7607fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
setup-matrix:
runs-on: ubuntu-latest
steps:
- if: github.ref_name == '5.x'
- if: github.ref_name == '5.x' || github.ref_name == 'feature/291--add-generic-scan-workflow'
uses: druzsan/setup-matrix@v2
with:
matrix: |
Expand Down

0 comments on commit e7607fa

Please sign in to comment.