Skip to content

Commit 8c9a77b

Browse files
authored
Change default branch to main
1 parent 73e2086 commit 8c9a77b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: Basic Tests
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
47
push:
58
branches:
6-
- 'user/**'
7-
- 'feature/**'
8-
- 'improvement/**'
9-
- 'bugfix/**'
10-
- 'dependabot/**'
11-
- 'w/**'
12-
- 'q/**'
9+
- main
1310

1411
permissions:
1512
contents: read

0 commit comments

Comments
 (0)