Skip to content

Commit

Permalink
ci: add create build pipe (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Jan 23, 2024
1 parent 4682437 commit e239574
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/create-new-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: Create new build

on:
workflow_dispatch:

jobs:
build:
uses: onecx/ci-common/.github/workflows/create-new-build.yml@v1
secrets: inherit

0 comments on commit e239574

Please sign in to comment.