Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Apr 26, 2023
1 parent e2193a7 commit 31fe394
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Java CI

on:
push:
branches: [ master, dev, dev-jda5, release/* ]
branches: [ main, development, release/* ]
pull_request:
branches: [ master, dev, dev-jda5, release/* ]
branches: [ main, development, release/* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Coverage

on:
push:
branches: [ master, dev, release/* ]
branches: [ main, development, release/* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Documentation

on:
push:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 31fe394

Please sign in to comment.