fix(ci): run on dev branch

This commit is contained in:
amrbashir
2022-09-06 13:35:04 +02:00
parent bb0374d0e9
commit 89c83a5bad
4 changed files with 5 additions and 8 deletions

View File

@@ -5,13 +5,13 @@ on:
- cron: '0 0 * * *'
push:
branches:
- main
- dev
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"
pull_request:
branches:
- main
- dev
paths:
- "**/Cargo.lock"
- "**/Cargo.toml"

View File

@@ -3,10 +3,9 @@ name: Format
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:

View File

@@ -3,10 +3,9 @@ name: Clippy
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:

View File

@@ -3,10 +3,9 @@ name: Test
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
paths-ignore:
- 'webview-src/**'