Removed branches requirement on build action (#1018)

Build action will now run whenever Lint job is completed: All pushes, PR to Master branch & releases
This commit is contained in:
KoalaGeo
2022-10-17 19:50:38 +01:00
committed by GitHub
parent fd5ea069ea
commit 6a92b4cd8f
+1 -3
View File
@@ -3,9 +3,7 @@ name: Build
on:
workflow_run:
workflows: ["Lint"]
types: [completed]
branches:
- master
types: [completed]
paths-ignore:
- '**.md'