Skip to content

Commit 9af9e7b

Browse files
committed
chore: avoid triggering build workflow twice
1 parent 20231fe commit 9af9e7b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
name: build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- "master"
7+
- "ci-*"
8+
tags:
9+
- "**"
10+
pull_request:
411

512
env:
613
PY_COLORS: 1

0 commit comments

Comments
 (0)