Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
πŸ†™ Update readme publish job to run on all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
connormaglynn committed Dec 6, 2023
1 parent d58021a commit 2efa00b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: README publish
on:
workflow_dispatch:
pull_request:
paths:
- "terraform/**"
branches:
- main

jobs:
terraform-plan:
Expand Down Expand Up @@ -32,4 +32,4 @@ jobs:
notify_when: 'failure'
notification_title: 'Failed GitHub Action Run'
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 2efa00b

Please sign in to comment.