Skip to content

Commit 714fe29

Browse files
WillowSauceRWillowSauceR
authored andcommitted
change workflow trigger
1 parent 30d34fb commit 714fe29

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
name: Release
52

63
on:
74
workflow_dispatch:
85
push:
9-
branches: [ "master" ]
106
pull_request:
11-
branches: [ "master" ]
127

138
jobs:
149
build:
15-
1610
runs-on: windows-latest
1711

1812
steps:

0 commit comments

Comments
 (0)