Skip to content

Commit

Permalink
Merge pull request #1112 from wallabag/fix_ci
Browse files Browse the repository at this point in the history
CI: hardcode default branch
  • Loading branch information
tcitworld authored Dec 7, 2020
2 parents 334d1a8 + 5be1e48 commit df76e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ $default-branch ]
branches: [ master ]
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Validate Gradle Wrapper"
on:
push:
branches: [ $default-branch ]
branches: [ master ]
pull_request:

jobs:
Expand Down

0 comments on commit df76e89

Please sign in to comment.