Skip to content

Commit

Permalink
Allow public forks to trigger builds
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtux committed Jun 3, 2022
1 parent 752f722 commit 9a64e2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: push
on:
push:
branches:
- master
pull_request:

jobs:
build:
Expand Down

0 comments on commit 9a64e2f

Please sign in to comment.