Release v2.0.1 #4
amirisback
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
name: Android CI
env:
The name of the main module repository
main_project_module: app
The name of the Play Store
playstore_name: Frogobox ID
on:
Triggers the workflow on push or pull request events but only for default and protected branches
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
# The workflow will be dispatched to the default queue
branches: [ master ]
jobs:
build:
This discussion was created from the release Release v2.0.1.
Beta Was this translation helpful? Give feedback.
All reactions