mirror of
https://github.com/markqvist/rnsh.git
synced 2025-05-06 00:05:13 -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:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
branches:
|
||||
- 'main'
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
- '.github/**'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue