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:
@@ -3,9 +3,7 @@ name: Build
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Lint"]
|
||||
types: [completed]
|
||||
branches:
|
||||
- master
|
||||
types: [completed]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user