File tree Expand file tree Collapse file tree 3 files changed +10
-21
lines changed Expand file tree Collapse file tree 3 files changed +10
-21
lines changed Original file line number Diff line number Diff line change 1
- name : Main branch
1
+ name : Branch
2
2
on :
3
+ pull_request :
4
+ branches :
5
+ - main
6
+ - release/**
7
+ types : [opened, synchronize, reopened]
3
8
push :
4
9
branches :
5
10
- main
@@ -16,6 +21,6 @@ permissions:
16
21
actions : write
17
22
18
23
jobs :
19
- perform :
20
- uses : cloudposse/github-actions-workflows-github-action-composite /.github/workflows/main-branch .yml@main
24
+ github-action :
25
+ uses : cloudposse/. github/.github/workflows/shared-github-action .yml@main
21
26
secrets : inherit
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ permissions:
8
8
contents : write
9
9
10
10
jobs :
11
- perform :
12
- uses : cloudposse/github-actions-workflows-github-action-composite /.github/workflows/release.yml@main
11
+ github-action :
12
+ uses : cloudposse/. github/.github/workflows/shared- release-branches .yml@main
13
13
secrets : inherit
You can’t perform that action at this time.
0 commit comments