Skip to content

Commit

Permalink
Merge pull request #1000 from lukso-network/ci/disable-deploy
Browse files Browse the repository at this point in the history
ci: disable workflow to deploy and verify contracts
  • Loading branch information
CJ42 authored Jan 17, 2025
2 parents 18a8a49 + 3bd4bc1 commit 89678ba
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ env:

on:
workflow_dispatch:
push:
branches:
- "main"

# This workflow is temporarily disabled until refactored to deploy for particular packages with the new monorepo structure
# push:
# branches:
# - "main"

jobs:
deploy-verify:
Expand Down

0 comments on commit 89678ba

Please sign in to comment.