Skip to content

Commit

Permalink
Merge pull request #1735 from openshift-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…1715-to-release-4.17-compatibility

[release-4.17-compatibility] Run sanity checks on PR base branch change
  • Loading branch information
alfonsomthd authored Nov 28, 2024
2 parents bc75f59 + 13577eb commit f7a1316
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Build Test
name: Sanity Checks
on:
push:
branches: [master]
pull_request:
branches: [master, release*]
types: [opened, synchronize, reopened, edited]

jobs:
build-test:
name: resolve-dependencies
sanity-checks:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit f7a1316

Please sign in to comment.