Skip to content

Commit

Permalink
Run sanity checks on base branch change
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsomthd authored and openshift-cherrypick-robot committed Nov 27, 2024
1 parent 9edc8fa commit 6ad3b44
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 6ad3b44

Please sign in to comment.