We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab366c commit 8494eb9Copy full SHA for 8494eb9
1 file changed
.github/workflows/ci.yml
@@ -1,12 +1,15 @@
1
name: CI
2
3
on:
4
- # any time someone pushes a new branch to origin
+ # any time a new branch pushed to origin
5
push:
6
7
- # Allows you to run this workflow manually from the Actions tab
+ # to run workflow manually from the "Actions" tab
8
workflow_dispatch:
9
10
+ # for on all (forked) PRs to repo
11
+ pull_request:
12
+
13
jobs:
14
# ------ sdist ------
15
# test that we can generate a software distribution and install it
0 commit comments