Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
[course issue 32] rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
billkable committed Mar 23, 2022
1 parent 24c9840 commit 561077f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-java-11.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test all labs on Java 11
on:
push:
branches: [master]
branches: [main]

jobs:
test-labs-java-11:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-java-17.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test all labs on Java 17
on:
push:
branches: [master]
branches: [main]

jobs:
test-labs-java-17:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-java-8.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test all labs on Java 8
on:
push:
branches: [master]
branches: [main]

jobs:
test-labs-java-8:
Expand Down

0 comments on commit 561077f

Please sign in to comment.