Only run main workflows when relevant files change

This commit is contained in:
Daz DeBoer 2022-05-29 15:25:32 -06:00
parent c13dc6c789
commit 992ccebeea
No known key found for this signature in database
GPG key ID: DD6B9F0B06683D5D
2 changed files with 6 additions and 0 deletions

View file

@ -8,6 +8,9 @@ on:
push: push:
branches: branches:
- main - main
paths:
- '.github/workflows/**'
- 'dist/**'
jobs: jobs:
action-inputs: action-inputs:

View file

@ -8,6 +8,9 @@ on:
push: push:
branches: branches:
- main - main
paths:
- '.github/workflows/**'
- 'dist/**'
jobs: jobs:
check: check: