mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-01 20:42:06 -04:00
Only run CI on main branch
This commit is contained in:
parent
7df4c199be
commit
550005cb31
1 changed files with 4 additions and 1 deletions
5
.github/workflows/python-package.yml
vendored
5
.github/workflows/python-package.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: CI
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue