exectue CI only when selected files are modified
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -3,6 +3,10 @@ name: Arduino Pong CI
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'arduino_pong.ini'
|
||||
- 'Makefile'
|
||||
- '.github/workflows/ci.yml'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user