Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadi Abu Hilal authored and Shadi Abu Hilal committed Oct 24, 2023
1 parent c505513 commit 3e66590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
# pull_request
if: ${{ github.event_name == 'pull_request' && github.ref != 'refs/heads/master' }}
if: ${{ github.event_name == 'pull_request' }}
node-version: [16.x, 18.x, 20.x]
# push
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 3e66590

Please sign in to comment.