Skip to content

Commit

Permalink
chore: update dev deploy workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Griko Nibras <[email protected]>
  • Loading branch information
grikomsn committed Nov 23, 2023
1 parent 5200c83 commit 2ebd70b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Branches
name: Deploy (dev.ibc.fun)
on:
push:
branches: [main]
workflow_dispatch:

jobs:
sync-main-dev:
name: branch main -> dev
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fast-forward main -> dev
run: |
git checkout dev
Expand Down

0 comments on commit 2ebd70b

Please sign in to comment.