docs only on master
Test and Deploy / test (push) Successful in 11s Details
Test and Deploy / docs (push) Successful in 18s Details

This commit is contained in:
Evan Burkey 2024-05-06 12:16:21 -07:00
parent 7fae216ccf
commit a99d1d3784
1 changed files with 2 additions and 4 deletions

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