Skip to content

Commit

Permalink
Add build-installers step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-hnizdo authored and tsusanka committed Sep 15, 2022
1 parent 64ec656 commit afce7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: "[Check] unsigned installers and binaries"
name: "[Build] unsigned installers and binaries"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read

jobs:
build-installers:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-go-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [ "master" ]
permissions:
contents: read

jobs:
validate-go:
runs-on: ubuntu-latest
Expand Down

0 comments on commit afce7a3

Please sign in to comment.