From b556246ead17d12db068c3ad50ea3df0fa9f5134 Mon Sep 17 00:00:00 2001 From: TheTank20 <57580668+thepwrtank18@users.noreply.github.com> Date: Fri, 8 May 2026 22:10:50 -0400 Subject: [PATCH] unopen the can of worms --- .github/workflows/freebsd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index b1f4388..7a3fa9e 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -21,12 +21,12 @@ name: FreeBSD on: - push: - branches: [ "*" ] - paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip - pull_request: - branches: [ "*" ] - paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip + #push: + # branches: [ "*" ] + # paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip + #pull_request: + # branches: [ "*" ] + # paths-ignore: [ '**.md', 'doc/**', '.idea/**'] # If only these files are edited, skip workflow_dispatch: