Skip to content

Commit

Permalink
hof/ci: disable branches-ignore in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Feb 19, 2023
1 parent 2e5d13b commit 10a6d22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.cue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ghacue.#Workflow & {
name: "release"

on: push: {
"branches-ignore": ["*", "!_dev"]
tags: ["v*"]
}

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: release
"on":
push:
branches-ignore:
- '*'
- '!_dev'
tags:
- v*
jobs:
Expand Down

0 comments on commit 10a6d22

Please sign in to comment.