Skip to content

Commit 2d2bf56

Browse files
perdasilvaPer G. da Silva
andcommitted
Remove path requirement from go-verdiff gha (operator-framework#3578)
Signed-off-by: Per G. da Silva <[email protected]> Co-authored-by: Per G. da Silva <[email protected]>
1 parent 4fead55 commit 2d2bf56

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)