mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 15:23:53 +00:00
Avoid duplicated C.I. runs
This commit is contained in:
parent
e357f58c96
commit
e98ad7c9f8
1 changed files with 1 additions and 6 deletions
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…
Add table
Reference in a new issue