Skip to content

Commit

Permalink
chore: Use GitHub Action Workflows from cloudposse/.github Repo (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored May 17, 2024
1 parent 6e2f51d commit 633a2dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Main branch
name: Branch
on:
pull_request:
branches:
- main
- release/**
types: [opened, synchronize, reopened]
push:
branches:
- main
Expand All @@ -16,6 +21,6 @@ permissions:
actions: write

jobs:
perform:
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/main-branch.yml@main
github-action:
uses: cloudposse/.github/.github/workflows/shared-github-action.yml@main
secrets: inherit
16 changes: 0 additions & 16 deletions .github/workflows/feature-branch.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ permissions:
contents: write

jobs:
perform:
uses: cloudposse/github-actions-workflows-github-action-composite/.github/workflows/release.yml@main
github-action:
uses: cloudposse/.github/.github/workflows/shared-release-branches.yml@main
secrets: inherit

0 comments on commit 633a2dd

Please sign in to comment.