mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
fix github action
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
f71d341777
commit
b8d2440335
1 changed files with 4 additions and 3 deletions
7
.github/workflows/validation.yml
vendored
7
.github/workflows/validation.yml
vendored
|
@ -1,9 +1,10 @@
|
||||||
name: validation
|
name: validation
|
||||||
|
|
||||||
pull_request:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [main]
|
||||||
- main
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Add table
Reference in a new issue