Skip to content

Commit

Permalink
limit builds to branches only
Browse files Browse the repository at this point in the history
  • Loading branch information
randr0id committed Feb 10, 2022
1 parent ad5b8a0 commit d9a383c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build checks

on: [push]
on:
push:
branches:
- '**'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion fastscroll/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ afterEvaluate {

ext["signing.keyId"] = rootProject.ext["signing.keyId"]
ext["signing.password"] = rootProject.ext["signing.password"]
ext["signing.secretKeyRingFile"] = rootProject.ext["signing.secretKeyFile"]
ext["signing.secretKeyFile"] = rootProject.ext["signing.secretKeyFile"]

signing {
sign publishing.publications
Expand Down

0 comments on commit d9a383c

Please sign in to comment.