Skip to content

Commit

Permalink
TEMP test autocommit on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tshaynik committed Dec 11, 2023
1 parent 5c40a70 commit 10045e2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
push:
branches:
- main
- autocommit-branch-protect
tags:
- runtime@v*
- marlowe-runtime-web@v*
Expand Down Expand Up @@ -105,7 +106,8 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v2
with:
ref: main
# ref: main
ref: autocommit-branch-protect
token: ${{ secrets.GH_PAT }}

- name: Update publish version
Expand Down Expand Up @@ -136,4 +138,5 @@ jobs:
add: '.'
message: "[ci skip] deploy from ${{ steps.update.outputs.VERSION }}"
signoff: true
branch: main
# branch: main
branch: autocommit-branch-protect

0 comments on commit 10045e2

Please sign in to comment.