Skip to content

Commit

Permalink
don't run develop deploy on changes to main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nosvalds committed Nov 12, 2021
1 parent ff87564 commit 1a0e89f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Deploy_Refresher_To_Development_On_Push

on:
push:
paths-ignore: # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
- '**/README.md'
- '.github/workflows/main.yml'
branches:
- develop

Expand Down

0 comments on commit 1a0e89f

Please sign in to comment.