Skip to content

Instantly share code, notes, and snippets.

@wendreof
Created September 25, 2021 14:57
Show Gist options
  • Save wendreof/725c20ea860bdf0571a1b7e3d602b101 to your computer and use it in GitHub Desktop.
Save wendreof/725c20ea860bdf0571a1b7e3d602b101 to your computer and use it in GitHub Desktop.
2-How-to-Safely-Build-Assigned-App-with-GitHub-Actions
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