# name of the workflowname: Android Build CI/CDon: push: branches: countly # pull_request: # branches: [ staging ] tags: - 'v*'jobs:...
on: push: tags: - 'v*.*.*'jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set env run: ...