Skip to content

Commit

Permalink
run tagged version workflow on all branches with v* tags
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Oct 22, 2023
1 parent 2325d1e commit 4247ccf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
tagged-release:
name: 'Tagged Release'
if: github.event.base_ref == 'refs/heads/main' || github.event.base_ref == 'refs/heads/master'
runs-on: 'ubuntu-latest'

steps:
Expand Down
7 changes: 5 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@
"@augment-vir/common": "^15.3.0",
"proxy-vir": "^0.0.1"
},
"peerDependencies": {
"prettier": "^2.8.2"
},
"devDependencies": {
"@augment-vir/chai": "^15.3.0",
"@electrovir/nyc": "^15.1.0-fix0",
Expand Down Expand Up @@ -77,6 +74,9 @@
"typescript": "5.1.3",
"virmator": "^6.6.5"
},
"peerDependencies": {
"prettier": "^2.8.2"
},
"overrides": {
"semver": "^7.5.2"
}
Expand Down

0 comments on commit 4247ccf

Please sign in to comment.