Skip to content

Commit 724d08b

Browse files
author
Christopher Eteka
committed
cleanup
1 parent 50759d9 commit 724d08b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ name: PaystackJavaClient Maven CI
22

33
on:
44
push:
5-
workflow_dispatch:
5+
branches: [ main, develop ]
6+
pull_request:
7+
branches: [ main, develop ]
8+
9+
permissions:
10+
contents: read
611

712
concurrency:
813
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)