0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05:00

ci: updating github cis

This commit is contained in:
neon_arch 2023-05-13 19:36:11 +03:00
parent ed82943702
commit a569f077cb
3 changed files with 10 additions and 3 deletions

View File

@ -2,7 +2,10 @@ name: Clippy check
on: on:
push: push:
branches: branches:
- rolling - "**"
pull_request:
branches:
- "rolling"
jobs: jobs:
clippy_check: clippy_check:

View File

@ -2,7 +2,8 @@ name: Import open source standard labels
on: on:
push: push:
branches: [ main ] branches:
- main
jobs: jobs:
labels: labels:

View File

@ -2,7 +2,10 @@ name: Rustfmt
on: on:
push: push:
branches: branches:
- rolling - "**"
pull_request:
branches:
- "rolling"
jobs: jobs:
format: format: