Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 10, 2024
1 parent cf7251a commit c0f8408
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- "*"

pull_request:
# test purposes
# TODO: remove
branches: [forge-dev]

jobs:
Expand Down Expand Up @@ -47,8 +49,8 @@ jobs:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

forge:
steps:
- uses: actions/checkout@v4
- uses: fregante/[email protected]
- name: Push contracts to dedicated branches
run: scripts/publish-for-forge.sh
steps:
- uses: actions/checkout@v4
- uses: fregante/[email protected]
- name: Push contracts to dedicated branches
run: scripts/publish-for-forge.sh

0 comments on commit c0f8408

Please sign in to comment.