Skip to content

Commit b27636c

Browse files
authored
Run CI for all branches, not for main only.
1 parent 9854672 commit b27636c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ name: CI
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
push:
9-
branches: [ main ]
109
pull_request:
11-
branches: [ main ]
12-
10+
1311
# Allows you to run this workflow manually from the Actions tab
1412
workflow_dispatch:
1513

0 commit comments

Comments
 (0)