Compare commits
No commits in common. "1e3e8ee558765639b52107f95c79fe43f904b80c" and "ab070ed55b4ef3e5c3af1ec62d0dfc82cf272cea" have entirely different histories.
1e3e8ee558
...
ab070ed55b
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
name: Gavania Merge Build
|
|
||||||
run_name: Test successful gavania build on merge request
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
types: [opened, reopened, edited, review_requested, synchronize]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: https://github.com/actions/checkout@v3
|
|
||||||
|
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: cargo build
|
|
Loading…
Reference in a new issue