Skip to content

Commit

Permalink
FIXUP: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
okias authored and digetx committed Jul 12, 2021
1 parent 4162a9f commit 5d48677
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ env:

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:

jobs:
Expand All @@ -34,6 +32,7 @@ jobs:
mv /home/runner/.cache/tuxmake/builds/1/linux-grate-next.tar ./
- uses: "marvinpinto/action-automatic-releases@latest"
if: ${{!startsWith(github.ref, 'refs/pull')}}
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "${{ env.KERNEL_NAME }}"
Expand Down

0 comments on commit 5d48677

Please sign in to comment.