Skip to content

Commit

Permalink
chore(build): ignore build on tagged branches
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 18, 2024
1 parent e1168b0 commit 5193049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: on-commit
on:
workflow_dispatch:
push:
branches-ignore:
- "v[0-9]*" # ignore build on tag branch
jobs:
build:
name: "Test dev and final release creation"
Expand Down

0 comments on commit 5193049

Please sign in to comment.