Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Change pull_request default branch to main from master
Browse files Browse the repository at this point in the history
  • Loading branch information
yujias0706 committed Mar 17, 2021
1 parent 5cce866 commit bf4f3f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Java CI
on:
push:
branches:
- master
- main
- dev

pull_request:
branches:
- master
- main
- dev

jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public void testMain() {
Assert.assertEquals(StatsCollector.instance().getCounters().get("TotalError").get(), 1);
Assert.assertFalse(StatsCollector.instance().getCounters().containsKey("ReaderRestartProcessing"));
}
}
}

0 comments on commit bf4f3f3

Please sign in to comment.