logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 60dc725221f4deb2cb6c638d5a664051cbec0fa5
parent 99566357601a4f6d549aa7bb2bc11a6b2721ab1d
Author: fosslinux <fosslinux@aussies.space>
Date:   Thu, 16 Mar 2023 19:09:13 +1100

Only run on master branch

Diffstat:

M.github/workflows/bwrap.yml2++
M.github/workflows/lint.yml2++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/bwrap.yml b/.github/workflows/bwrap.yml @@ -8,6 +8,8 @@ on: workflow_dispatch: pull_request: push: + branches: + - master jobs: run: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml @@ -8,6 +8,8 @@ on: workflow_dispatch: pull_request: push: + branches: + - master jobs: pylint: