Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Change contracts workflow to deploy only on push
  • Loading branch information
keenbytes committed Oct 31, 2022
commit 1f67c74095d0c08ccab30861161708959e6b878a
1 change: 1 addition & 0 deletions .github/workflows/contracts-e2e-tests-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:

build_and_deploy_contracts:
name: Deploy contracts on feature environment
if: github.event_name == 'push'
needs: [run-tests]
runs-on: ubuntu-20.04
steps:
Expand Down