Skip to content

Commit

Permalink
Only run on release branch now
Browse files Browse the repository at this point in the history
  • Loading branch information
justinb4003 committed Oct 17, 2024
1 parent 1e46950 commit b521bd6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pyinstaller-release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: Create Release

on:
push:
branches:
- release # Trigger the workflow on push events to the main branch
workflow_run:
workflows: ["Windows x64 Release Build", "Linux amd64 Release Build"]
types:
- completed

jobs:
release:

if: github.ref_name == 'release'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b521bd6

Please sign in to comment.