Created
September 25, 2021 14:57
-
-
Save wendreof/725c20ea860bdf0571a1b7e3d602b101 to your computer and use it in GitHub Desktop.
2-How-to-Safely-Build-Assigned-App-with-GitHub-Actions
This file contains hidden or 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
name: CI/CD | |
on: | |
push: | |
branches: | |
- develop | |
- master | |
pull_request: | |
branches: | |
- develop | |
- master | |
env: | |
JAVA_VERSION: "11.x" | |
FLUTTER_VERSION: "2.2.3" | |
FLUTTER_CHANNEL: "stable" | |
PROPERTIES_PATH: "./android/key.properties" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment