Files
argoyle 17e661fb96
auth0mock / build (pull_request) Successful in 1m15s
fix: change CI tag pattern to match all tags
2026-01-13 17:20:50 +01:00

21 lines
436 B
YAML

name: auth0mock
on:
push:
branches: [main]
tags: ['*']
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Build and push
run: unset GITEA_TOKEN && build && push