Skip to content

Commit 062ca43

Browse files
committed
Update workflow bits
1 parent f91c2c1 commit 062ca43

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

.github/workflows/build-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- v2
78
paths:
89
- 'docs/**'
910
- 'mkdocs.yml'

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- v2
78
paths:
89
- 'powertools-cloudformation/**'
910
- 'powertools-core/**'

.github/workflows/run-e2e-tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
workflow_dispatch:
55

66
push:
7-
branches: [main]
7+
branches:
8+
- main
9+
- v2
810
paths: # add other modules when there are under e2e tests
911
- 'powertools-e2e-tests/**'
1012
- 'powertools-core/**'

.github/workflows/spotbugs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- v2
78
paths:
89
- 'powertools-cloudformation/**'
910
- 'powertools-core/**'

0 commit comments

Comments
 (0)