Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailRis committed Nov 15, 2024
1 parent 14b769f commit cc603f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: C/C++ AppImage

on:
push:
branches: [ "main", "release-**", "curl"]
branches: [ "main", "release-**"]
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Macos Build

on:
push:
branches: [ "main", "release-**", "curl"]
branches: [ "main", "release-**"]
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Windows Build

on:
push:
branches: [ "main", "release-**", "curl"]
branches: [ "main", "release-**"]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit cc603f5

Please sign in to comment.