mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-22 05:37:08 +00:00
Only check contrib scripts when one of them changes
Less unnecessary CI!
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
name: Contrib script syntax checking
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
paths: [ 'contrib/**', .github/scripts/check-contrib.sh ]
|
||||
pull_request:
|
||||
paths: [ 'contrib/**', .github/scripts/check-contrib.sh ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
# Force colored output (see https://bixense.com/clicolors/ and https://force-color.org/)
|
||||
|
||||
Reference in New Issue
Block a user