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 30d34fb commit 714fe29Copy full SHA for 714fe29
.github/workflows/release.yml
@@ -1,18 +1,12 @@
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: Python application
+name: Release
5
6
on:
7
workflow_dispatch:
8
push:
9
- branches: [ "master" ]
10
pull_request:
11
12
13
jobs:
14
build:
15
16
runs-on: windows-latest
17
18
steps:
0 commit comments