mirror of
https://github.com/sudoxnym/brands.git
synced 2026-05-20 20:48:51 +00:00
Run validator on every commit on any branch
This commit is contained in:
parent
2491fc4f4b
commit
ed9455919d
1 changed files with 1 additions and 7 deletions
8
.github/workflows/validate.yml
vendored
8
.github/workflows/validate.yml
vendored
|
|
@ -1,12 +1,6 @@
|
|||
name: Validate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths:
|
||||
- "src/**"
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
|
|
|
|||
Loading…
Reference in a new issue