Run validator on every commit on any branch

This commit is contained in:
Franck Nijhof 2020-03-05 21:59:37 +01:00
parent 2491fc4f4b
commit ed9455919d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -1,12 +1,6 @@
name: Validate
on:
push:
branches:
- master
pull_request:
paths:
- "src/**"
on: [push, pull_request]
jobs:
validate: