Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
love-code-yeyixiao authored and isaak654 committed Aug 21, 2024
1 parent 77feffb commit 90f2c6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

push:
branches: [ master ]
branches: [master, experimental]
paths-ignore:
# Case-sensitive paths to ignore on push events
- '.editorconfig'
Expand Down Expand Up @@ -35,7 +35,7 @@ on:
- '**/AUTHORS'
- '**/COPYING'
pull_request:
branches: [ master ]
branches: [master, experimental]
paths-ignore:
# Case-sensitive paths to ignore on pull events
- '.editorconfig'
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
run: Installer\get_assets.cmd

- name: Upload installer assets
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
if: github.repository_owner == 'sandboxie-plus'
uses: actions/upload-artifact@v4
with:
name: Assets
Expand All @@ -159,7 +159,7 @@ jobs:
retention-days: 60

- name: Upload Sandboxie x64
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
if: github.repository_owner == 'sandboxie-plus'
uses: actions/upload-artifact@v4
with:
name: Sandboxie_x64
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
run: Installer\copy_build.cmd ARM64

- name: Upload Sandboxie ARM64
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
if: github.repository_owner == 'sandboxie-plus'
uses: actions/upload-artifact@v4
with:
name: Sandboxie_ARM64
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
run: Installer\copy_build.cmd x86

- name: Upload Sandboxie x86
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
if: github.repository_owner == 'sandboxie-plus'
uses: actions/upload-artifact@v4
with:
name: Sandboxie_x86
Expand Down

0 comments on commit 90f2c6e

Please sign in to comment.