From dcf02f769b869065db434fb40e05451177678814 Mon Sep 17 00:00:00 2001 From: Samuel <36420837+Samueru-sama@users.noreply.github.com> Date: Wed, 15 Jan 2025 07:28:26 -0400 Subject: [PATCH] disable old workflow fully --- .github/workflows/blank.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index bce50e6..0436470 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -4,14 +4,6 @@ name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the master branch - push: - branches: [ main ] - paths-ignore: [ '**/README.md' ] - pull_request: - branches: [ main ] - paths-ignore: [ '**/README.md' ] - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: