Skip to content

Commit f1944eb

Browse files
committed
main
1 parent 9aba44f commit f1944eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: CI
22

3-
# On every pull request, but only on push to master
3+
# On every pull request, but only on push to main
44
on:
55
push:
66
branches:
7-
- master
7+
- main
88
tags:
99
- '*'
1010
pull_request:

0 commit comments

Comments
 (0)