-
Notifications
You must be signed in to change notification settings - Fork 3
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 (#304) * Updating all actions to Node.js 20 * Triggering Actions on other branches to test the changes * Adding on workflow_dispatch and making sure the template from develop branch will be triggered * Adding workflow_dispatch to Windows, updating all actions to v4 * Updating Linux Actions to v4 * Adding comments to Windows actions * Using templates from develop branches to test it * Comment adjustments * Adding branch restriction back and using templates from masters * Adding branch restriction back for Windows build
- Loading branch information
1 parent
bb02972
commit 061002c
Showing
3 changed files
with
19 additions
and
24 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 ThunderNanoServicesRDK 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