From 074a7af301c04adf877167e96bc2548e392ed970 Mon Sep 17 00:00:00 2001 From: Falko Menge Date: Mon, 22 Apr 2024 22:30:20 -0600 Subject: [PATCH] Removce filters --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8ba482..289d43e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,9 +3,7 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] pull_request: - branches: [ master ] # Allows to run this workflow manually from the Actions tab workflow_dispatch: