Skip to content

Commit

Permalink
Allow to run workflow using repository dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Feb 13, 2020
1 parent 10adf69 commit b168763
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
@@ -1,6 +1,10 @@
name: CI

on: [push, pull_request]
on:
push:
pull_request:
repository_dispatch:
types: run-workflow

jobs:
build:
Expand Down

0 comments on commit b168763

Please sign in to comment.