Skip to content

Commit abf0d78

Browse files
committed
Change pipeline to run for all base branches
Issue gh-8680
1 parent c177b39 commit abf0d78

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pr-build-workflow.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: PR Build
22

3-
on:
4-
pull_request:
5-
branches:
6-
- master
3+
on: pull_request
74

85
jobs:
96
build:

0 commit comments

Comments
 (0)