mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-07-01 07:17:59 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
44acda139c | |||
6b57541b03 |
@ -72,7 +72,7 @@ workflows:
|
||||
version: 2.1
|
||||
build-and-deploy:
|
||||
jobs:
|
||||
- build
|
||||
- build:
|
||||
filters: # required since `deploy` has tag filters AND requires `build`
|
||||
tags:
|
||||
only: /.*/
|
||||
@ -81,6 +81,6 @@ workflows:
|
||||
- build
|
||||
filters:
|
||||
tags:
|
||||
only: /v[0-9]{1,3}\.[0-9]{1,3}\.?[0-9]{0,3}/
|
||||
only: /^v[0-9]{1,3}\.[0-9]{1,3}\.?[0-9]{0,3}$/
|
||||
branches:
|
||||
ignore: /.*/
|
Reference in New Issue
Block a user