Skip to content

Commit

Permalink
ci: automate deploys on changes to main (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
AquiGorka authored Jun 18, 2024
1 parent 9dd5bb4 commit e275bc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testnet_deploy_services.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy Testnet services

on: workflow_dispatch
on:
push:
branches:
- main

jobs:
solver-build-deploy:
Expand Down

0 comments on commit e275bc4

Please sign in to comment.