Skip to content

Commit c69e579

Browse files
chore: adding/editing shared github actions/configurations
1 parent e360b71 commit c69e579

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/auto-release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "auto-release"
2+
on:
3+
push:
4+
branches:
5+
- main
6+
workflow_dispatch:
7+
8+
jobs:
9+
auto-release:
10+
uses: GlueOps/github-workflows/.github/workflows/auto-release.yml@feat/adding-new-pr-check-workflows
11+
secrets: inherit

0 commit comments

Comments
 (0)