Skip to content

Commit

Permalink
Merge pull request #2 from jbranchaud/jb/try-repository-dispatch
Browse files Browse the repository at this point in the history
Add repository_dispatch as one of the triggers
  • Loading branch information
jbranchaud committed Jun 12, 2023
2 parents fc2d04c + 23bcd34 commit 3b743a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
on:
push:
repository_dispatch:
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b743a2

Please sign in to comment.