Skip to content

Commit 7c69a46

Browse files
committed
chore: update workflows setup for push action
1 parent bd2f5d4 commit 7c69a46

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Docker dry run
22

33
on:
4-
push:
4+
push:
5+
branches: [ master ]
56
pull_request:
67
workflow_dispatch:
78

Diff for: .github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ concurrency:
55
cancel-in-progress: true
66

77
on:
8-
push:
8+
push:
9+
branches: [ master ]
910
pull_request:
1011
workflow_dispatch:
1112

0 commit comments

Comments
 (0)