Docs ozgun (#55)

* add branch/release field to pallet template

* don't run cargo tests on antora doc changes
This commit is contained in:
Özgün Özerk
2023-12-11 18:02:11 +03:00
committed by GitHub
parent 42ba52f97e
commit c50eb6c0ba
2 changed files with 8 additions and 4 deletions
@@ -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 }}