Skip to content

Commit

Permalink
Change CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jurykor committed Dec 15, 2023
1 parent bdef646 commit 11fe9a6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG-DEV.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## [ no-ver ]

### Change CI

### Forked from 0.5.2

0 comments on commit 11fe9a6

Please sign in to comment.