Skip to content

Commit

Permalink
fix: develop trigger (#170)
Browse files Browse the repository at this point in the history
* fix: develop trigger

* feat: Add arka-private trigger
  • Loading branch information
sarthakprp authored Jan 23, 2025
1 parent 5088657 commit 0788a29
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Trigger Arka Private

on:
push:
branches:
- "develop"

jobs:
build_backend:
runs-on: ubuntu-latest
steps:
- name: Trigger pipeline
run: ${{ secrets.PIPELINE_TRIGGER }}

0 comments on commit 0788a29

Please sign in to comment.