fix workflows triggers
This commit is contained in:
parent
a1535b0488
commit
2eecb06eb0
|
@ -8,7 +8,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- 'miniupnpc/**'
|
||||
- 'miniupnpd/**'
|
||||
- 'minissdpd/**'
|
||||
- '.github/workflows/main.yml'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
|
|
@ -6,7 +6,9 @@ name: miniupnpd
|
|||
# events but only for the master branch
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'miniupnpd/**'
|
||||
- '.githib/workflows/miniupnpd.yml'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue