We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f415716 commit 2649fe1Copy full SHA for 2649fe1
.github/workflows/draft-pdf.yml
@@ -1,4 +1,4 @@
1
-on: [push]
+on: [workflow_dispatch]
2
3
jobs:
4
paper:
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
8
9
release:
10
name: Deploy release to PyPI
11
- runs-on: linux
+ runs-on: ubuntu-22.04
12
steps:
13
- name: Checkout source
14
uses: actions/checkout@v4
0 commit comments