Skip to content

Commit 8494eb9

Browse files
committed
Run CI workflow on PRs even from forks
1 parent cab366c commit 8494eb9

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
name: CI
22

33
on:
4-
# any time someone pushes a new branch to origin
4+
# any time a new branch pushed to origin
55
push:
66

7-
# Allows you to run this workflow manually from the Actions tab
7+
# to run workflow manually from the "Actions" tab
88
workflow_dispatch:
99

10+
# for on all (forked) PRs to repo
11+
pull_request:
12+
1013
jobs:
1114
# ------ sdist ------
1215
# test that we can generate a software distribution and install it

0 commit comments

Comments
 (0)