Skip to content

Commit 629403c

Browse files
committed
fix restriction
1 parent 3d4e7c8 commit 629403c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: test and build
22
permissions: {} # https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token#defining-access-for-the-github_token-permissions
33
on:
4-
push:
5-
branches:
6-
- '*'
7-
- '!master'
4+
push
85

96
jobs:
107
test:

0 commit comments

Comments
 (0)