Skip to content

Commit 6a16e61

Browse files
committed
Minor workflow trigger tweaking.
1 parent fea2986 commit 6a16e61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,17 @@ name: CI
22

33
on:
44
push:
5+
branches-ignore:
6+
- "wip*"
7+
tags:
8+
- "v*"
59
pull_request:
610
release:
711
types: [published]
812
schedule:
913
# Daily at 3:21
1014
- cron: "21 3 * * *"
15+
workflow_dispatch:
1116

1217
env:
1318
PIP_DISABLE_PIP_VERSION_CHECK: "1"

0 commit comments

Comments
 (0)