exectue CI only when selected files are modified
Some checks failed
Arduino Pong CI / build (macos-latest) (push) Has been cancelled
Arduino Pong CI / build (ubuntu-latest) (push) Has been cancelled
Arduino Pong CI / build (windows-latest) (push) Has been cancelled

This commit is contained in:
andrea
2026-03-15 12:05:30 +01:00
parent 1337269d32
commit d15ae7ba57

View File

@@ -3,6 +3,10 @@ name: Arduino Pong CI
on: on:
push: push:
branches: [ master ] branches: [ master ]
paths:
- 'arduino_pong.ini'
- 'Makefile'
- '.github/workflows/ci.yml'
jobs: jobs:
build: build: