mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-29 15:45:52 +00:00
fix workflows triggers
This commit is contained in:
parent
a1535b0488
commit
2eecb06eb0
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'miniupnpc/**'
|
||||
- 'miniupnpd/**'
|
||||
- 'minissdpd/**'
|
||||
- '.github/workflows/main.yml'
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
4
.github/workflows/miniupnpd.yml
vendored
4
.github/workflows/miniupnpd.yml
vendored
@ -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…
x
Reference in New Issue
Block a user