Skip to content

Commit 265245c

Browse files
committed
added jitpack build to force jitpack to trigger a build whenever a commit lands on develop branch
1 parent df0c87f commit 265245c

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Force Jitpack Build
2+
3+
on:
4+
push:
5+
branches:
6+
- develop
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
14+
15+
- name: Trigger Jitpack Build
16+
run: |
17+
curl -X POST https://jitpack.io/api/builds \
18+
-d 'scm=github.com' \
19+
-d 'repo=nisrulz/AppAuth-Android' \
20+
-d 'branch=develop'

0 commit comments

Comments
 (0)