mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-14 08:04:52 +01:00
build on push/pr
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -1,16 +1,6 @@
|
|||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on:
|
on: [push, pull-request]
|
||||||
push:
|
|
||||||
paths-ignore:
|
|
||||||
- '**.lock'
|
|
||||||
- '**.rs'
|
|
||||||
- '**.toml'
|
|
||||||
pull_request:
|
|
||||||
paths-ignore:
|
|
||||||
- '**.lock'
|
|
||||||
- '**.rs'
|
|
||||||
- '**.toml'
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}-${{ github.workflow }}
|
group: ${{ github.ref }}-${{ github.workflow }}
|
||||||
|
|||||||
Reference in New Issue
Block a user