fix(ci): branch name

This commit is contained in:
Lucas Nogueira 2021-04-23 15:34:38 -03:00
parent 941585c0c5
commit 4d42548381
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ name: updater test artifacts
on:
push:
branches:
- develop
- dev
pull_request:
paths:
- '.github/workflows/artifacts-updater.yml'

View File

@ -7,7 +7,7 @@ name: clippy and fmt check
on:
push:
branches:
- develop
- dev
pull_request:
paths:
- '.github/workflows/core-lint-fmt.yml'

View File

@ -7,7 +7,7 @@ name: test bundler
on:
push:
branches:
- develop
- dev
pull_request:
paths:
- '.github/workflows/test-bundler.yml'

View File

@ -7,7 +7,7 @@ name: test core
on:
push:
branches:
- develop
- dev
pull_request:
paths:
- '.github/workflows/test-core.yml'