Skip to content

Commit 4102bb9

Browse files
author
Per G. da Silva
committed
Remove path requirement from go-verdiff gha
Signed-off-by: Per G. da Silva <[email protected]>
1 parent f08a81a commit 4102bb9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/go-verdiff.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: go-verdiff
22
on:
33
pull_request:
4-
paths:
5-
- '**.mod'
6-
- '.github/workflows/go-verdiff.yaml'
7-
push:
84
branches:
95
- master
6+
push:
107
workflow_dispatch:
118
merge_group:
129
jobs:

0 commit comments

Comments
 (0)