1 parent 70d6488 commit df83af6Copy full SHA for df83af6
1 file changed
.github/workflows/release.yml .github/workflows/create-release.yml.github/workflows/release.yml renamed to .github/workflows/create-release.yml
@@ -1,15 +1,15 @@
1
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
4
-name: Release
+name: Create release
5
on:
6
push:
7
branches: [ main ]
8
pull_request:
9
10
11
jobs:
12
- release:
+ create-release:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v2
0 commit comments