Skip to content

Commit

Permalink
Run "Build and test" workflow on pushes to branch llvm-target (#243)
Browse files Browse the repository at this point in the history
Verify that PR merged to llvm-target do not break that branch. It is
required, specifically, for this case:

A developer made a PR, which was verified by CI and marked as green. The
PR waits for some time in "Needs approval" state, meanwhile genx branch
receives new commits. The PR gets approved and merged.

At this moment we need to verify, that previously approved and verified
PR works with the latest llvm genx commit.
  • Loading branch information
pbchekin authored Jan 12, 2024
1 parent fe174cf commit a47163d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test_2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
pull_request:
branches:
- llvm-target
push:
branches:
- llvm-target

env:
BASE: /home/runner
Expand Down

0 comments on commit a47163d

Please sign in to comment.