Skip to content

Test readme (#33)

Test readme (#33) #191

Workflow file for this run

---
name: Branch
on:
pull_request:
branches:
- main
- release/**
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
branches:
- main
- release/v*
paths-ignore:
- '.github/**'
- 'test/**'
permissions:
contents: write
id-token: write
pull-requests: write
jobs:
component:
uses: cloudposse-terraform-components/.github/.github/workflows/shared-terraform-component.yml@main
secrets: inherit