mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 05:25:02 +00:00
trigger C.I.
This commit is contained in:
parent
d6e24170b4
commit
e6b9b76027
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,12 @@
|
|||
name: ci
|
||||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||
on: [push]
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
windows-latest:
|
||||
runs-on: windows-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue