-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Actions] Updating deprecated actions, removing unnecessary checkouts…
…, adding workflow dispatch call (#351) * Make sure that this workflow will be triggered on a test branch * Removing the checkout of Thunder since it should no longer be necessary after last changes * Updating all actions to Node.js 20 * Updating more actions to newest version * Updating Windows actions to newest version * Adding workflow_dispatch to be able to trigger the action manually * Triggering a template from my branch to test it * Adding branch restriction back and using templates from masters * Adding branch restriction back for Windows build
- Loading branch information
1 parent
957c0b5
commit 497cde7
Showing
3 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Build ThunderInterfaces on Linux | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: ["master"] | ||
pull_request: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters