mirror of
https://github.com/markqvist/rnsh.git
synced 2025-01-08 21:57:55 -05:00
Ignore workflow files
This commit is contained in:
parent
5292402236
commit
ee084eddf5
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…
Reference in New Issue
Block a user