diff --git a/.github/workflows/freebsd.yml b/.github/workflows/freebsd.yml index 1b48355..406ac82 100644 --- a/.github/workflows/freebsd.yml +++ b/.github/workflows/freebsd.yml @@ -21,12 +21,12 @@ name: C/C++ CI (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: