Skip to content

Commit 731589c

Browse files
committed
Don't trigger CI on tag pushes
Tags should only be created on content which is already checked via pushing on a branch (and by merging via a PR)
1 parent f8b037b commit 731589c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: CI
22

33
on:
44
push:
5+
branches:
56
pull_request:
67

78
permissions: {}

.github/workflows/rs-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: rs checks
33
on:
44
pull_request:
55
push:
6+
branches:
67

78
permissions: {}
89

.github/workflows/zizmor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Zizmor
22

33
on:
44
push:
5+
branches:
56
pull_request:
67

78
permissions: {}

0 commit comments

Comments
 (0)