# This is a GitHub workflow file (NOT USED) # For Gitea Actions, see .gitea/workflows/build.yaml name: GitHub CI (INFO ONLY) on: push: branches: [ master ] jobs: info: runs-on: ubuntu-latest steps: - name: Info run: echo "Actual CI configuration is in .gitea/workflows/build.yaml"