Skip to content

Commit

Permalink
pr ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzdyl committed May 21, 2024
1 parent c1e0041 commit d54cddf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
push:
paths:
- 'repack_appimage.sh'
- '.github/workflows/appimage.yml'
pull_request:
types: [opened]
paths:
- 'repack_appimage.sh'
- '.github/workflows/appimage.yml'
workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
push:
paths:
- 'install_linux.sh'
- '.github/workflows/linux.yml'
pull_request:
types: [opened]
paths:
- 'install_linux.sh'
- '.github/workflows/linux.yml'
workflow_dispatch:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
push:
paths:
- 'install_mac.sh'
- '.github/workflows/macOS.yml'
pull_request:
types: [opened]
paths:
- 'install_mac.sh'
- '.github/workflows/macOS.yml'
workflow_dispatch:

jobs:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- 'install_windows.py'
- '.github/workflows/windows.yml'
pull_request:
types: [opened]
paths:
- 'install_windows.py'
- '.github/workflows/windows.yml'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows_nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- 'install_windows.py'
- '.github/workflows/windows_nuitka.yml'
pull_request:
types: [opened]
paths:
- 'install_windows.py'
- '.github/workflows/windows_nuitka.yml'
Expand Down

0 comments on commit d54cddf

Please sign in to comment.