Skip to content

Commit d29499d

Browse files
committed
[workflow] Only trigger CI on branch pushes
Trying to avoid duplicate runs when I push new tags
1 parent 5d9405a commit d29499d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: CI
22

33
on:
44
push:
5+
branches:
6+
- "**"
7+
tags-ignore:
8+
- "**"
59
pull_request:
610
schedule:
711
- cron: "23 1 * * *"

0 commit comments

Comments
 (0)