build: no need to build on the branches that just trigger tags
This commit is contained in:
@@ -3,6 +3,9 @@ name: Build Syncthing
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- release
|
||||||
|
- release-rc*
|
||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user