Skip to content

Commit

Permalink
feat- added path for ignore file in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar committed Apr 25, 2024
1 parent 599665a commit 3717631
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
- master
paths-ignore:
- 'README.md'
- 'docs/**'
workflow_dispatch:
jobs:
README:
uses: clouddrove/github-shared-workflows/.github/workflows/readme.yml@1.2.4
secrets:
TOKEN : ${{ secrets.GITHUB }}
SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }}
SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }}

0 comments on commit 3717631

Please sign in to comment.