summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
blob: 74d047e09f9295a5a246360135c17057b47df43b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Build

on:
  workflow_dispatch:
  push:

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v2
      - uses: tytydraco/android-public-build@main
        with:
            token: ${{ secrets.GITHUB_TOKEN }}