Skip to content

Commit 815ca46

Browse files
committed
Trigger CI for better_workflow PRs
1 parent cf8089a commit 815ca46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [ "master" ]
5+
branches: [ "master", "better_workflow" ]
66
pull_request:
7-
branches: [ "master" ]
7+
branches: [ "master", "better_workflow" ]
88

99
jobs:
1010
build:
@@ -483,7 +483,7 @@ jobs:
483483
lint:
484484
name: Lint
485485
runs-on: ubuntu-latest
486-
if: github.ref == 'refs/heads/master'
486+
if: github.event_name == 'pull_request' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/better_workflow'
487487

488488
steps:
489489
- name: Checkout code

0 commit comments

Comments
 (0)