File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- name : Pull Request
1+ name : Feature branch
22on :
33 pull_request :
44 branches : [ main ]
55 types : [opened, synchronize, reopened]
66
77jobs :
8- default :
9- uses : cloudposse/github-actions-workflows/.github/workflows/github-composite-action-pull-request .yml@main
8+ perform :
9+ uses : cloudposse/github-actions-workflows/.github/workflows/github-composite-action-feature-branch .yml@main
1010 with :
1111 organization : " ${{ github.event.repository.owner.login }}"
1212 repository : " ${{ github.event.repository.name }}"
Original file line number Diff line number Diff line change 1- name : Bleeding edge
1+ name : Main branch
22on :
33 push :
44 branches : [ main ]
@@ -7,8 +7,8 @@ permissions:
77 contents : write
88
99jobs :
10- default :
11- uses : cloudposse/github-actions-workflows/.github/workflows/github-composite-action-bleeding-edge .yml@main
10+ perform :
11+ uses : cloudposse/github-actions-workflows/.github/workflows/github-composite-action-main-branch .yml@main
1212 with :
1313 organization : " ${{ github.event.repository.owner.login }}"
1414 repository : " ${{ github.event.repository.name }}"
You can’t perform that action at this time.
0 commit comments