Skip to content

Commit

Permalink
trigger C.I.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Dec 21, 2023
1 parent d6e2417 commit e6b9b76
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e6b9b76

Please sign in to comment.