Skip to content

Commit 949b3dc

Browse files
committed
ci: Use on.[trigger].tags-ignore
1 parent 6217d49 commit 949b3dc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: 'Test'
33
on:
44
push:
55
branches-ignore: ['*-no-ci']
6-
# pull_request:
7-
# branches-ignore: ['*-no-ci']
6+
tags-ignore: ['*']
87

98
permissions:
109
contents: 'read'

.github/workflows/website.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: 'Website'
33
on:
44
push:
55
branches-ignore: ['*-no-ci']
6-
# pull_request:
7-
# branches-ignore: ['*-no-ci']
6+
tags-ignore: ['*']
87

98
permissions:
109
contents: 'read'

0 commit comments

Comments
 (0)