Skip to content

Commit

Permalink
chore :: on pr, push event active
Browse files Browse the repository at this point in the history
  • Loading branch information
esperar committed Jul 9, 2024
1 parent 05e1d6b commit 048d014
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotori-develop-cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Java CICD with Gradle

on:
pull_request:
branches:
- 'develop'
push:
branches:
- 'develop'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dotori-master-cd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Java CICD with Gradle

on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'
Expand Down

0 comments on commit 048d014

Please sign in to comment.