mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-05-02 00:56:42 +03:00
Only run Verify workflow on push against develop and master branches (#10883)
This commit is contained in:
parent
0ffa274973
commit
efac599e0c
7
.github/workflows/verify.yml
vendored
7
.github/workflows/verify.yml
vendored
@ -1,5 +1,10 @@
|
|||||||
name: Verify Source
|
name: Verify Source
|
||||||
on: [pull_request, push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user