mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
wip
This commit is contained in:
@@ -7,14 +7,14 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/format-rust.yml'
|
||||
- 'plugins/src/**'
|
||||
- "**/Cargo.lock"
|
||||
- "**/Cargo.toml"
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- '.github/workflows/format-rust.yml'
|
||||
- 'plugins/src/**'
|
||||
- "**/Cargo.lock"
|
||||
- "**/Cargo.toml"
|
||||
|
||||
jobs:
|
||||
format:
|
||||
|
||||
@@ -5,16 +5,16 @@ on:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- '.github/workflows/lint.yml'
|
||||
- '.github/workflows/lint-rust.yml'
|
||||
- 'plugins/src/**'
|
||||
- "**/Cargo.lock"
|
||||
- "**/Cargo.toml"
|
||||
pull_request:
|
||||
branches:
|
||||
- dev
|
||||
paths:
|
||||
- '.github/workflows/lint.yml'
|
||||
- '.github/workflows/lint-rust.yml'
|
||||
- 'plugins/src/**'
|
||||
- "**/Cargo.lock"
|
||||
- "**/Cargo.toml"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user