Skip to content

Commit

Permalink
Merge pull request #1715 from alfonsomthd/on-base-change
Browse files Browse the repository at this point in the history
Run sanity checks on PR base branch change
  • Loading branch information
openshift-merge-bot[bot] authored Nov 27, 2024
2 parents 4521641 + d7c0891 commit 2d49e49
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 2d49e49

Please sign in to comment.