docs only on master
All checks were successful
Test and Deploy / test (push) Successful in 11s
Test and Deploy / docs (push) Successful in 18s

This commit is contained in:
Evan Burkey 2024-05-06 12:16:21 -07:00
parent 7fae216ccf
commit a99d1d3784

View File

@ -1,9 +1,6 @@
--- ---
name: Test and Deploy name: Test and Deploy
on: on: [push]
push:
branches:
- master
jobs: jobs:
test: test:
@ -29,6 +26,7 @@ jobs:
docs: docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/master'
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- name: Checkout repository - name: Checkout repository