From d65397cf02d02e70fd0d0609cd34ad28a4350c3d Mon Sep 17 00:00:00 2001 From: Guy Glantser <39688247+GuyGlantser@users.noreply.github.com> Date: Mon, 19 Aug 2024 14:13:06 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a07faa1..a39e9ba 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,7 +4,7 @@ name: Notify About Added Files on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: