Compare commits
2 Commits
470eba2447
...
1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| f63ef715b7 | |||
| 15014a72cb |
@@ -1,4 +1,7 @@
|
|||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
|
|
||||||
name: Continuous Releases
|
name: Continuous Releases
|
||||||
|
|
||||||
@@ -12,6 +15,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
|
- run: apt update && apt install -y ${{ env.APT_PACKAGES }}
|
||||||
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
|
- run: rustup target add "${{ env.TARGET_PLATFORM }}"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
on: [push, pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
name: Continuous integration
|
name: Continuous integration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user