File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ name: Java CI with Maven
1010
1111on :
1212 push :
13- branches : ["master "]
13+ branches : ["main "]
1414 pull_request :
15- branches : ["master "]
15+ branches : ["main "]
1616
1717jobs :
1818 build :
1919 runs-on : ubuntu-latest
20-
20+
2121 permissions :
2222 # https://github.com/advanced-security/maven-dependency-submission-action?tab=readme-ov-file#pre-requisites
2323 contents : write
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Java lib for monitoring directories or individual files based on the `java.nio.f
44
55[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/ch.vorburger/fswatch/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/ch.vorburger/fswatch )
66[ ![ Javadocs] ( http://www.javadoc.io/badge/ch.vorburger/fswatch.svg )] ( http://www.javadoc.io/doc/ch.vorburger/fswatch )
7- [ ![ Build Status] ( https://app.travis-ci.com/vorburger/ch.vorburger.fswatch.svg?branch=master )] ( https://app.travis-ci.com/vorburger/ch.vorburger.fswatch )
7+ [ ![ Build Status] ( https://app.travis-ci.com/vorburger/ch.vorburger.fswatch.svg?branch=main )] ( https://app.travis-ci.com/vorburger/ch.vorburger.fswatch )
88
99## Usage
1010
You can’t perform that action at this time.
0 commit comments