We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a86c6 commit b0f9ad8Copy full SHA for b0f9ad8
.github/workflows/auto-readme.yml
.github/workflows/branch.yml
@@ -0,0 +1,26 @@
1
+name: Branch
2
+on:
3
+ pull_request:
4
+ branches:
5
+ - main
6
+ - release/**
7
+ types: [opened, synchronize, reopened]
8
+ push:
9
10
11
+ - release/v*
12
+ paths-ignore:
13
+ - '.github/**'
14
+ - 'docs/**'
15
+ - 'examples/**'
16
+ - 'test/**'
17
+ - 'README.md'
18
+
19
+permissions:
20
+ contents: write
21
+ actions: write
22
23
+jobs:
24
+ github-action:
25
+ uses: cloudposse-github-actions/.github/.github/workflows/shared-github-action.yml@main
26
+ secrets: inherit
0 commit comments