Skip to content

Commit

Permalink
GODWOKEN_REF := refs/pull/625/head
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Mar 23, 2022
1 parent bfe3836 commit 9cd138d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
schedule:
- cron: '50 10 * * *'
push:
branches: [ main, 'develop*', 'v0.*']
branches: [ main, 'dev*', 'v0.*']
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ POLYJUICE_REPO := https://github.com/nervosnetwork/godwoken-polyjuice.git
CLERKB_REPO := https://github.com/nervosnetwork/clerkb.git

# components tags
GODWOKEN_REF := v0.10.2
GODWOKEN_REF := refs/pull/625/head
GODWOKEN_SCRIPTS_REF := v0.8.4
POLYJUICE_REF := v0.8.10-aot
CLERKB_REF := v0.4.0
Expand Down

0 comments on commit 9cd138d

Please sign in to comment.