From e1ce6e8ed6780b2a5c4675ccebdafff271cc32e3 Mon Sep 17 00:00:00 2001 From: "Radu C. Martin" Date: Thu, 22 Jul 2021 22:39:23 +0200 Subject: [PATCH] Don't trigger github action on master push --- .github/workflows/compile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 8382d16..5a668a2 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -6,7 +6,6 @@ name: CI on: # Triggers the workflow on push or pull request events but only for the master branch push: - branches: [ master ] tags: - 'v*.*.*' pull_request: