From 0fbe4618667cf9879b620578d49d5c1236ce8546 Mon Sep 17 00:00:00 2001 From: glueops-terraform-svc-account Date: Wed, 3 Apr 2024 22:08:33 +0000 Subject: [PATCH] chore: adding/editing shared github actions/configurations --- .github/workflows/auto-release.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/auto-release.yml diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml new file mode 100644 index 0000000..66f09b4 --- /dev/null +++ b/.github/workflows/auto-release.yml @@ -0,0 +1,11 @@ +name: "auto-release" +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + auto-release: + uses: GlueOps/github-workflows/.github/workflows/auto-release.yml@feat/adding-new-pr-check-workflows + secrets: inherit