Skip to content

Commit

Permalink
Merge pull request #132 from stuartleeks/sl/branch-build
Browse files Browse the repository at this point in the history
Add branch build
  • Loading branch information
stuartleeks authored Jun 8, 2022
2 parents 7d2292c + e046dcb commit 6079d5b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci_branch.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: CI (branch)
# This workflow is triggered manually and can be used to test workflow changes on a branch (which aren't picked up by the pr-bot builds)

on:
workflow_dispatch:

jobs:
build-test-publish:
name: "Build, test, publish"
uses: ./.github/workflows/ci_common.yml
with:
release: false
secrets:
AZDO_TOKEN: ${{ secrets.AZDO_TOKEN }}
MARKETPLACE_TOKEN: ${{ secrets.MARKETPLACE_TOKEN }}

0 comments on commit 6079d5b

Please sign in to comment.