Skip to content

Commit

Permalink
build.yml: Try to ignore tag pushes.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacingBat3 committed Aug 30, 2022
1 parent 9ab4e40 commit 71c5dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
name: Run tests
on:
push:
branches-ignore:
- 'v*'
paths-ignore:
- 'docs/**'
- '.github/ISSUE_TEMPLATE/**'
pull_request:
paths-ignore:
- 'docs/**'
- '.github/ISSUE_TEMPLATE/**'
branches-ignore:
- 'v*'

env:
WEBCORD_BUILD: DEVEL
Expand Down

0 comments on commit 71c5dbf

Please sign in to comment.