Skip to content

Commit fc9119f

Browse files
Update to run only necessary workflows
1 parent 0a2f90f commit fc9119f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/build.yml

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

33
on:
4-
pull_request:
4+
push:
5+
branches:
6+
- master
57

68
concurrency:
79
group: ci-build-${{ github.ref }}-1

.github/workflows/build_dev_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build development version
22
on:
3+
pull_request:
34
push:
45
branches:
56
- 'master'

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: "Test"
22

33
on:
4-
pull_request:
4+
push:
5+
branches:
6+
- master
57

68
concurrency:
79
group: ci-tests-${{ github.ref }}-1

0 commit comments

Comments
 (0)