Skip to content

Commit

Permalink
Revert back to original push event specification
Browse files Browse the repository at this point in the history
as excluding version tags let any git push skip the build. Not clear why.
  • Loading branch information
kuniss committed Dec 27, 2023
1 parent 6d2ebe2 commit 5befcc2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Build on Push & PR
on:
push:
tags-ignore:
- v*
pull_request:
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 5befcc2

Please sign in to comment.