Skip to content

Commit 8d0ba41

Browse files
authored
Added branch name within push deployment type
1 parent 9f32a75 commit 8d0ba41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test01.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# .github/workflows/test01.yaml
22
name: test01
33
on:
4-
push
4+
push:
5+
branches:
6+
- main
57
jobs:
68
test01:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)