Skip to content

Commit 67f3885

Browse files
committed
fix action branch
1 parent 424bcf7 commit 67f3885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: CI
44

55
# Controls when the workflow will run
66
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
7+
# Triggers the workflow on push or pull request events but only for the main branch
88
push:
9-
branches: [ dev,master ]
9+
branches: [ dev,main ]
1010
pull_request:
11-
branches: [ dev,master ]
11+
branches: [ dev,main ]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

0 commit comments

Comments
 (0)