Skip to content

Commit

Permalink
ci: add trigger on push on this branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jan 30, 2024
1 parent e9a6401 commit 0ca6fee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,12 @@ jobs:
cd $RUNNER_TEMP
npm install $RUNNER_WORKSPACE/developer-tooling/packages/sdk/base/*.tgz
npm install $RUNNER_WORKSPACE/developer-tooling/packages/sdk/utils/*.tgz
temp-create-pr:
name: "[TEMPORARY] Open PR on Nico's fork on push"
if: true
uses: celo-org/developer-tooling/.github/workflows/open-docs-pr.yml@ci/update-celo-docs
with:
commit: ${{ github.ref_name }}

0 comments on commit 0ca6fee

Please sign in to comment.