Skip to content

Commit

Permalink
The Return of The Penguin
Browse files Browse the repository at this point in the history
  • Loading branch information
JBetz committed Apr 28, 2024
1 parent 76ee09f commit 788eb73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-linux-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build Linux executable

on:
workflow_dispatch:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-windows-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build Windows executable

on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]

permissions:
contents: read
Expand Down

0 comments on commit 788eb73

Please sign in to comment.