mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 22:11:37 +01:00
ci: 👷 filter changes
This commit is contained in:
parent
0fb67c45b8
commit
f3f5f2630a
2 changed files with 16 additions and 21 deletions
|
@ -60,30 +60,26 @@ workflows:
|
||||||
publish:
|
publish:
|
||||||
jobs:
|
jobs:
|
||||||
- amd64:
|
- amd64:
|
||||||
# filters:
|
filters:
|
||||||
# branches:
|
branches:
|
||||||
# ignore: /.*/
|
only:
|
||||||
# tags:
|
- /ci/circleci-testing
|
||||||
# only: /v(?:(?<major>(?:0|[1-9](?:(?:0|[1-9])+)*))[.](?<minor>(?:0|[1-9](?:(?:0|[1-9])+)*))[.](?<patch>(?:0|[1-9](?:(?:0|[1-9])+)*))(?:-(?:([A-Za-z1-9])*))?)$/
|
|
||||||
- arm32v7:
|
- arm32v7:
|
||||||
# filters:
|
filters:
|
||||||
# branches:
|
branches:
|
||||||
# ignore: /.*/
|
only:
|
||||||
# tags:
|
- /ci/circleci-testing
|
||||||
# only: /v(?:(?<major>(?:0|[1-9](?:(?:0|[1-9])+)*))[.](?<minor>(?:0|[1-9](?:(?:0|[1-9])+)*))[.](?<patch>(?:0|[1-9](?:(?:0|[1-9])+)*))(?:-(?:([A-Za-z1-9])*))?)$/
|
|
||||||
- arm64v8:
|
- arm64v8:
|
||||||
# filters:
|
filters:
|
||||||
# branches:
|
branches:
|
||||||
# ignore: /.*/
|
only:
|
||||||
# tags:
|
- /ci/circleci-testing
|
||||||
# only: /v(?:(?<major>(?:0|[1-9](?:(?:0|[1-9])+)*))[.](?<minor>(?:0|[1-9](?:(?:0|[1-9])+)*))[.](?<patch>(?:0|[1-9](?:(?:0|[1-9])+)*))(?:-(?:([A-Za-z1-9])*))?)$/
|
|
||||||
- multiarch:
|
- multiarch:
|
||||||
requires:
|
requires:
|
||||||
- amd64
|
- amd64
|
||||||
- arm32v7
|
- arm32v7
|
||||||
- arm64v8
|
- arm64v8
|
||||||
# filters:
|
filters:
|
||||||
# branches:
|
branches:
|
||||||
# ignore: /.*/
|
only:
|
||||||
# tags:
|
- /ci/circleci-testing
|
||||||
# only: /v(?:(?<major>(?:0|[1-9](?:(?:0|[1-9])+)*))[.](?<minor>(?:0|[1-9](?:(?:0|[1-9])+)*))[.](?<patch>(?:0|[1-9](?:(?:0|[1-9])+)*))(?:-(?:([A-Za-z1-9])*))?)$/
|
|
||||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -24,7 +24,6 @@ yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env
|
|
||||||
.env.local
|
.env.local
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
|
|
Loading…
Add table
Reference in a new issue