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 07192ef commit 96f5c63Copy full SHA for 96f5c63
.github/workflows/on_pr_tests.yml
@@ -1,6 +1,6 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: CI
+name: Run Tests
4
5
# Controls when the action will run.
6
on: [pull_request]
.github/workflows/on_tag_release.yml
+name: Publish Release
on:
@@ -18,6 +18,7 @@ jobs:
18
19
# Steps represent a sequence of tasks that will be executed as part of the job
20
steps:
21
+ - uses: actions/checkout@master
22
- uses: actions/setup-python@v2
23
with:
24
python-version: '3.8'
0 commit comments