1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-26 05:33:02 +02:00

Don't trigger CI twice for PRs

This commit is contained in:
Mike Linksvayer 2020-09-13 18:24:10 -07:00 committed by GitHub
parent 085ed47c95
commit 33a6799a1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: Build and Test
on: [push, pull_request]
on:
push:
branches: [gh-pages]
pull_request:
branches: [gh-pages]
jobs:
test: