fix: update push branches to include all branches in workflow
This commit is contained in:
parent
c8b803c41d
commit
5c57f59595
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -2,6 +2,8 @@ name: "Auto compile with OpenWrt SDK"
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user