mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 02:07:55 +00:00
Docs ozgun (#55)
* add branch/release field to pallet template * don't run cargo tests on antora doc changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: "ci tests"
|
||||
name: "cargo tests"
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -7,9 +7,11 @@ on:
|
||||
- plain-cumulus-template
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "**.adoc"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- "**.md"
|
||||
- "**.adoc"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
test-macos-and-windows:
|
||||
@@ -75,4 +77,4 @@ jobs:
|
||||
- name: Upload coverage reports to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
Reference in New Issue
Block a user