mirror of
https://github.com/g-truc/glm.git
synced 2024-11-12 21:31:47 +00:00
Trying to make sure external contributor trigger C.I.
This commit is contained in:
parent
e98ad7c9f8
commit
3bb837ddc4
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -1,7 +1,10 @@
|
|||||||
name: ci
|
name: ci
|
||||||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows-latest:
|
windows-latest:
|
||||||
|
Loading…
Reference in New Issue
Block a user