Skip to content

Commit

Permalink
CI/CD branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePetzer-ixo committed Sep 27, 2024
1 parent 78f50cb commit 86aab7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build and Release
on:
push:
branches:
- master
- main
- develop

jobs:
build-and-release:
uses: ixofoundation/ixo-github-actions/.github/workflows/node-ci-build.yml@main
with:
commit_sha: ${{ github.sha }}
secrets: inherit
secrets: inherit

0 comments on commit 86aab7d

Please sign in to comment.