Skip to content

Commit

Permalink
Merge pull request #1496 from alfonsomthd/gh-action-build
Browse files Browse the repository at this point in the history
GH action: trigger build workflow on any release PR
  • Loading branch information
openshift-merge-bot[bot] authored Jul 26, 2024
2 parents b0ce957 + 44733a8 commit 22d6d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: [master]
pull_request:
branches: [master, release-4.14, release-4.14-compatibility]
branches: [master, release*]

jobs:
build-test:
Expand Down

0 comments on commit 22d6d8a

Please sign in to comment.