diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index db265af..ccdce3e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -14,6 +14,12 @@ on: workflow_dispatch: push: branches: [main, dev, v*] + paths: + - '**.js' + - '**.rs' + - '**.toml' + - '**.json' + - 'Cargo.lock' pull_request: # If new code is pushed to a PR branch, then cancel in progress workflows for that PR. Ensures that # we don't waste CI time, and returns results quicker https://github.com/jonhoo/rust-ci-conf/pull/5 diff --git a/CHANGELOG-DEV.md b/CHANGELOG-DEV.md new file mode 100644 index 0000000..d1be219 --- /dev/null +++ b/CHANGELOG-DEV.md @@ -0,0 +1,7 @@ +# Changelog + +## [ no-ver ] + +### Change CI + +### Forked from 0.5.2