workflows: update triggers for renamed branches
This commit is contained in:
12
.github/workflows/tauri.yml
vendored
12
.github/workflows/tauri.yml
vendored
@@ -5,15 +5,19 @@ on:
|
||||
paths:
|
||||
- 'desktop/tauri/**'
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- main
|
||||
- development
|
||||
- v1-legacy
|
||||
- v1-legacy-develop
|
||||
|
||||
pull_request:
|
||||
paths:
|
||||
- 'desktop/tauri/**'
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
- main
|
||||
- development
|
||||
- v1-legacy
|
||||
- v1-legacy-develop
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user