Skip to content

Commit

Permalink
to support PR build and branch build
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Bagarka <[email protected]>
  • Loading branch information
yash-zededa committed Oct 24, 2023
1 parent de200c3 commit c273a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Get eve-kernel
uses: actions/checkout@v3
with:
ref: "eve-kernel-amd64-v6.1.38-generic"
ref: ${{ github.head_ref }}

- name: Build eve-kernel-amd64
run: |
Expand All @@ -35,4 +35,4 @@ jobs:
- name: Push eve-kernel-amd64-v6.1.38-generic if PR approved or pushed
if: github.ref == 'refs/heads/eve-kernel-amd64-v6.1.38-generic'
run: |
make -f Makefile.eve BRANCH?=${GITHUB_REF##*/} push-gcc
make -f Makefile.eve BRANCH?=${GITHUB_REF##*/} push-gcc

0 comments on commit c273a79

Please sign in to comment.