Skip to content

Commit

Permalink
seting up release
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Jan 9, 2022
1 parent 5362fbd commit 1517e7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Package Application with Pyinstaller

on:
push:
branches:
- main
- develop
pull_request:

jobs:
build-nongui:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build and Release
on:
pull_request:
branches:
- main
release:

jobs:
build:
Expand Down

0 comments on commit 1517e7d

Please sign in to comment.