Rename dev branch to v1 and next branch to v2

This commit is contained in:
FabianLars
2023-05-03 08:55:44 +02:00
parent 882fcf8ab1
commit dce0f02bc5
23 changed files with 41 additions and 31 deletions
+5 -3
View File
@@ -3,7 +3,8 @@ name: Check MSRV
on:
push:
branches:
- dev
- v1
- v2
paths:
- ".github/workflows/msrv-check.yml"
- "plugins/*/src/**"
@@ -11,7 +12,8 @@ on:
- "**/Cargo.lock"
pull_request:
branches:
- dev
- v1
- v2
paths:
- ".github/workflows/msrv-check.yml"
- "plugins/*/src/**"
@@ -34,7 +36,7 @@ jobs:
- name: install webkit2gtk and libudev for [authenticator]
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0 libudev-dev
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libudev-dev
- uses: dtolnay/rust-toolchain@1.64.0