1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 04:37:48 +02:00

Merge pull request #771 from github/cici

Don't trigger CI twice for PRs
This commit is contained in:
Mike Linksvayer 2020-09-13 18:31:10 -07:00 committed by GitHub
commit 96d90b1fe5
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: