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.
on.[trigger].tags-ignore
1 parent 6217d49 commit 949b3dcCopy full SHA for 949b3dc
.github/workflows/test.yml
@@ -3,8 +3,7 @@ name: 'Test'
3
on:
4
push:
5
branches-ignore: ['*-no-ci']
6
- # pull_request:
7
- # branches-ignore: ['*-no-ci']
+ tags-ignore: ['*']
8
9
permissions:
10
contents: 'read'
.github/workflows/website.yml
@@ -3,8 +3,7 @@ name: 'Website'
0 commit comments