Skip to content

DEV Build APK

DEV Build APK #1

Workflow file for this run

name: Push
on:
push:
branches: [ "develop_imcys", "develop"]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."