Skip to content

Commit 09b39b3

Browse files
Update Action.yml for branch rename
1 parent f69950f commit 09b39b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: CI
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
schedule:
1212
# * is a special character in YAML so you have to quote this string
1313
- cron: '*/1440 * * * *'

0 commit comments

Comments
 (0)