Skip to content

Commit 85c9beb

Browse files
committed
👷 Recognize master branch
1 parent 53adf6e commit 85c9beb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publishable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
- master
78
pull_request:
89
branches:
910
- main
11+
- master
1012
paths:
1113
- "**.md"
1214
- "**.yaml"

.github/workflows/runnable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
- master
78
paths-ignore:
89
- "**.md"
910
pull_request:
1011
branches:
1112
- main
13+
- master
1214
paths-ignore:
1315
- "**.md"
1416

0 commit comments

Comments
 (0)