Skip to content

docs(misc): minor punctuation changes in action.yml #3

docs(misc): minor punctuation changes in action.yml

docs(misc): minor punctuation changes in action.yml #3

Workflow file for this run

name: Branch
on:
pull_request:
branches:
- main
- release/**
types: [opened, synchronize, reopened]
push:
branches:
- main
- release/v*
paths-ignore:
- ".github/**"
- "docs/**"
- "examples/**"
- "test/**"
- "README.md"
permissions:
contents: write
actions: write
pull-requests: write # allow test release comments to be deleted.
jobs:
github-action:
uses: cloudposse-github-actions/.github/.github/workflows/ci.yml@main
secrets: inherit