Skip to content

Commit

Permalink
Trying to make sure external contributor trigger C.I.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Dec 22, 2023
1 parent e98ad7c commit 3bb837d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: ci
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀

on: [push]
on:
push:
pull_request:
types: [opened]

jobs:
windows-latest:
Expand Down

0 comments on commit 3bb837d

Please sign in to comment.