mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-25 06:20:36 -04:00
Ignore workflow files
This commit is contained in:
parent
5292402236
commit
ee084eddf5
1 changed files with 5 additions and 2 deletions
7
.github/workflows/python-package.yml
vendored
7
.github/workflows/python-package.yml
vendored
|
@ -2,8 +2,11 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
paths-ignore:
|
||||||
|
- 'README.md'
|
||||||
|
- '.github/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue