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
on:
push:
branches:
- master
on: [push]
jobs:
test:
@ -29,6 +26,7 @@ jobs:
docs:
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/master'
timeout-minutes: 5
steps:
- name: Checkout repository