Skip to content

Commit

Permalink
* trigger manually *
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Apr 11, 2024
1 parent 56f37c3 commit 202b140
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Check build
name: Check build anywhere

on:
pull_request:
paths:
- 'srcpkgs/**'
push:
branches:
- 'ci-**'
# branches:
# - 'ci-**'
paths:
- 'srcpkgs/**'

workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: 'Build buildroot containers'
name: 'Build buildroot containers anywhere'

on:
workflow_dispatch:
Expand All @@ -9,8 +9,8 @@ on:
paths:
- common/container/**
push:
branches:
- master
# branches:
# - master
paths:
- common/container/**

Expand Down

0 comments on commit 202b140

Please sign in to comment.