Skip to content

Commit

Permalink
chore: new trigger for docs flow (#489)
Browse files Browse the repository at this point in the history
## Description

New trigger for docs workflow 

## Related Issue

Fixes #
<!-- or -->
Relates to #

## Type of change

- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/pepr/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed

---------

Signed-off-by: Case Wylie <cmwylie19@defenseunicorns.com>
  • Loading branch information
cmwylie19 authored Jan 16, 2024
1 parent 23e7c78 commit 5d9cac5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ on:
branches: ["main"]
paths: ["docs/**.md"]

release:
types: [published]
workflow_run:
workflows: ["Version Release"]
types:
- completed

# Runs on on tags and does not get the secret
# release:
# types: [published]

jobs:

Expand Down

0 comments on commit 5d9cac5

Please sign in to comment.