Merge pull request #27817 from backstage/run-e2es-in-master
build: run e2e test workflows on push to master
This commit is contained in:
@@ -8,6 +8,8 @@ on:
|
||||
- 'docs/**'
|
||||
- 'microsite/**'
|
||||
- 'beps/**'
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
@@ -7,6 +7,8 @@ on:
|
||||
- 'packages/techdocs-cli/**'
|
||||
- 'packages/techdocs-cli-embedded-app/**'
|
||||
- 'plugins/techdocs/**'
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
@@ -11,6 +11,8 @@ on:
|
||||
- 'packages/cli/**'
|
||||
- 'packages/e2e-test/**'
|
||||
- 'packages/create-app/**'
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user