We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adae6f commit 955a130Copy full SHA for 955a130
.github/workflows/tests-on-pr.yml
@@ -1,15 +1,12 @@
1
name: Tests on PR
2
3
on:
4
- push:
5
- branches:
6
- - main
7
pull_request:
8
workflow_dispatch:
9
10
jobs:
11
- validate:
12
- uses: Billingegroup/release-scripts/.github/workflows/_tests-on-pr.yml@v0
+ tests-on-pr:
+ uses: scikit-package/release-scripts/.github/workflows/_tests-on-pr.yml@v0
13
with:
14
project: diffpy.snmf
15
c_extension: false
0 commit comments