build: run e2e test workflows on push to master

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
This commit is contained in:
MT Lewis
2024-11-25 15:35:00 +00:00
parent 56eff0b621
commit 13faf31efa
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -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 }}
+2
View File
@@ -11,6 +11,8 @@ on:
- 'packages/cli/**'
- 'packages/e2e-test/**'
- 'packages/create-app/**'
push:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}