mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Only run on master branch
This commit is contained in:
parent
9956635760
commit
60dc725221
2 changed files with 4 additions and 0 deletions
2
.github/workflows/bwrap.yml
vendored
2
.github/workflows/bwrap.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
|||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
|
|
|||
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -8,6 +8,8 @@ on:
|
|||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
pylint:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue