Skip to content

Commit 23cbee1

Browse files
authored
Update ci.yml
1 parent 6bf5157 commit 23cbee1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Learn-Layer5
22
on:
33
push:
4-
branches: [ master ]
4+
branches:
5+
- 'master'
56
tags:
67
- 'v*'
78
pull_request:
8-
branches: [ master ]
9+
branches:
10+
- 'master'
911

1012
jobs:
1113
docker:

0 commit comments

Comments
 (0)