Skip to content

Commit

Permalink
disable non-active installers
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Jun 28, 2024
1 parent fe7f7b9 commit c8e8409
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-win-installer.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name : Build Windows Installer

on:
pull_request:
workflow_dispatch:
push:
branches:
- 'master'
- 'releases/**'
- 'testing/**'

jobs:
build:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-win-portable.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name : Build Windows Portable Installer

on:
pull_request:
workflow_dispatch:
push:
branches:
- 'master'
- 'releases/**'
- 'testing/**'

jobs:
build:
Expand Down

0 comments on commit c8e8409

Please sign in to comment.