Skip to content

Commit

Permalink
Added workflow for upload-configs (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
candace-campbell authored Sep 18, 2023
1 parent ae8d81e commit 2735338
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/upload-configs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Upload Configs"

on:
workflow_dispatch:
push:
branches:
- main
paths:
- upload-configs/**

jobs:
dev:
uses: ./.github/workflows/remote-cd-trigger-template.yml
with:
WORKFLOW: upload-configs.yml
secrets: inherit

0 comments on commit 2735338

Please sign in to comment.