We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4e7c8 commit 629403cCopy full SHA for 629403c
.github/workflows/main.yml
@@ -1,10 +1,7 @@
1
name: test and build
2
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
3
on:
4
- push:
5
- branches:
6
- - '*'
7
- - '!master'
+ push
8
9
jobs:
10
test:
0 commit comments