Skip to content

Commit

Permalink
ci: push trigger on trunk branch only
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored and baltzell committed Sep 25, 2023
1 parent c321f05 commit a9a2f07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: Coatjava-CI

on:
push:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
push:
branches: [ development ]
tags: [ '*' ]
schedule:
# NOTE: From what I read, the email notification for cron can only go
# to the last committer of this file!!!!!
Expand Down

0 comments on commit a9a2f07

Please sign in to comment.