Skip to content

Commit

Permalink
chore: workflow only run if yaml/yml is updated (awslabs#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmayda authored and awsbakha committed Jun 16, 2021
1 parent 7f6ab0c commit 47207fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cfn-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
branches:
- develop
- smart-develop
paths:
- '**.yaml'
- '**.yml'

jobs:
cfn-analyze:
Expand Down

0 comments on commit 47207fa

Please sign in to comment.