revert v tag requirement
Some checks failed
main / lint-frontend (push) Successful in 9m48s
main / lint-backend (push) Successful in 12m45s
main / test-frontend (push) Successful in 9m50s
main / test-backend (push) Successful in 10m32s
main / lint (push) Successful in 3s
main / test (push) Successful in 3s
main / release (push) Failing after 26m10s
Some checks failed
main / lint-frontend (push) Successful in 9m48s
main / lint-backend (push) Successful in 12m45s
main / test-frontend (push) Successful in 9m50s
main / test-backend (push) Successful in 10m32s
main / lint (push) Successful in 3s
main / test (push) Successful in 3s
main / release (push) Failing after 26m10s
This commit is contained in:
parent
ce5618f64a
commit
e59dd12102
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -3,6 +3,7 @@ name: main
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
tags: [v*]
|
||||
pull_request:
|
||||
jobs:
|
||||
# linters
|
||||
@ -64,6 +65,7 @@ jobs:
|
||||
# release
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [lint, test]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user