Skip to content

Commit

Permalink
chore: avoid triggering build workflow twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogdham committed May 21, 2024
1 parent 47c44a9 commit 412e7b6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: build

on:
- push
- pull_request
push:
branches:
- "master"
- "ci-*"
tags:
- "**"
pull_request:

env:
PY_COLORS: 1
Expand Down

0 comments on commit 412e7b6

Please sign in to comment.