Skip to content

Commit

Permalink
Fix: Update pr_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vhemery authored Mar 13, 2024
1 parent a377604 commit 7e5b1d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:

jobs:
call-build-workflow:
build-pr:
if: contains(fromJson(vars.SUPPORTED_BRANCHES).all-branches, github.head_ref) != true
uses: ./.github/workflows/_reusable_build.yml
secrets: inherit

0 comments on commit 7e5b1d0

Please sign in to comment.