Skip to content

Commit 84bd0cf

Browse files
committed
Only run on branches
1 parent 5b023ae commit 84bd0cf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/all-in-one.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: All-in-One
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
tags-ignore:
8+
- '**'
49

510
env:
611
PYTHONUNBUFFERED: "1"

0 commit comments

Comments
 (0)