Changing conditions on main pipeline.

This commit is contained in:
2025-02-22 19:25:19 -05:00
parent dc478f02df
commit 77a0acd25e
@@ -1,14 +1,13 @@
name: Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment
on:
push:
branches-ignore:
- main
branches:
- '**'
paths:
- '**.yaml'
- '**.yml'
- '**.j2'
- 'docker-compose.yml'
jobs:
check-and-create-pr:
if: github.ref != 'refs/heads/main'
name: Check and Create PR
runs-on: ubuntu-latest
steps: