We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347b88c commit 38629e4Copy full SHA for 38629e4
.github/workflows/build.yml
@@ -2,6 +2,8 @@ name: Build
2
3
on:
4
push:
5
+ branches: ['**'] # Only run on branches
6
+ tags-ignore: ['*'] # Ignore all tags
7
paths-ignore: ['**.md', '.vscode/**','docs/**','pictures/**']
8
pull_request:
9
types: [opened, synchronize, reopened]
0 commit comments