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 authored Apr 25, 2024
1 parent 71d3b8c commit afe5cb1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: readme workflow
name: Readme Workflow
on:
push:
branches:
- master
paths-ignore:
- 'README.md'
- 'docs/**'
workflow_dispatch:
jobs:
assignee:
README:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
secrets:
TOKEN : ${{ secrets.GITHUB }}
SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }}
SLACK_WEBHOOK_TERRAFORM: ${{ secrets.SLACK_WEBHOOK_TERRAFORM }}

0 comments on commit afe5cb1

Please sign in to comment.