mirror of
https://github.com/g-truc/glm.git
synced 2024-11-09 20:21:47 +00:00
Avoid duplicated C.I. runs
This commit is contained in:
parent
1cc8e80e3b
commit
186001e7cf
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -1,12 +1,7 @@
|
||||
name: ci
|
||||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
windows-latest:
|
||||
|
Loading…
Reference in New Issue
Block a user