Skip to content

Commit

Permalink
ci: trigger on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiss committed Jun 6, 2024
1 parent 4da914d commit 08d9751
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/arkproject-deploy-contracts-sepolia.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: ArkProject Deploy Contracts & Solis Mainnet

on: workflow_dispatch
# on: workflow_dispatch
on:
push:
branches:
- feature/dev-499-deploy-sepolia

jobs:
deploy-starknet:
Expand Down

0 comments on commit 08d9751

Please sign in to comment.