mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
Don't trigger CI twice for PRs
This commit is contained in:
parent
085ed47c95
commit
33a6799a1d
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Build and Test
|
name: Build and Test
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [gh-pages]
|
||||||
|
pull_request:
|
||||||
|
branches: [gh-pages]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user