Skip to content

Commit 82deeb3

Browse files
authored
run CI workflow on master branch commits as well (census-instrumentation#983)
1 parent a3931d9 commit 82deeb3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

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

33
on:
4+
push:
5+
branches-ignore:
6+
- 'release/*'
47
pull_request:
58
branches:
69
- master

0 commit comments

Comments
 (0)