From 11ef5afcc050804f5ab982a05cbd2ebaf57e3e44 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia-Ripoll Date: Sun, 3 Jan 2021 10:38:51 +0100 Subject: [PATCH] Deactivate build.yml rule --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66d5e3f..5d81875 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ name: build on: # Triggers the workflow on push or pull request events but only for the main branch # JJGR: Change back to main from cicd - push: + # tag: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: