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