Skip to content

Commit 444b9cc

Browse files
authored
chore: Use GitHub Action Workflows from cloudposse/.github Repo (#48)
1 parent b8c38d0 commit 444b9cc

File tree

3 files changed

+10
-21
lines changed

3 files changed

+10
-21
lines changed

.github/workflows/main-branch.yml renamed to .github/workflows/branch.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
name: Main branch
1+
name: Branch
22
on:
3+
pull_request:
4+
branches:
5+
- main
6+
- release/**
7+
types: [opened, synchronize, reopened]
38
push:
49
branches:
510
- main
@@ -16,6 +21,6 @@ permissions:
1621
actions: write
1722

1823
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
2126
secrets: inherit

.github/workflows/feature-branch.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ permissions:
88
contents: write
99

1010
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
1313
secrets: inherit

0 commit comments

Comments
 (0)