-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub workflows and environment secrets
The workflows for publish-release, build, and publish-snapshot have been updated for better task management and usage of gradle build action v3. The environment secrets were also modified in workflows for better organization and clarity in accessing GitHub secrets. Overall, these changes enhance the efficiency of our CI/CD process. (cherry picked from commit 0c02552)
- Loading branch information
Lamberto Basti
committed
May 22, 2024
1 parent
bb8f466
commit 7c9cfdb
Showing
4 changed files
with
35 additions
and
30 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
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
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ name: Run tests | |
on: | ||
pull_request: | ||
branches: [ releases/233 ] | ||
|
||
jobs: | ||
gradle: | ||
strategy: | ||
|