Skip to content

Commit

Permalink
Build on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 17, 2023
1 parent f89efd2 commit 9f7b7d1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 32 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

on:
workflow_call
push:

jobs:
ubuntuBuild:
Expand Down Expand Up @@ -65,3 +65,16 @@ jobs:
with:
name: listFix-windows-exe
path: build/jpackage/listFix()-*.exe
commentArtifacts:
name: PR Comment linking build artifacts
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
needs: [ubuntuBuild, windowsBuild]
permissions:
pull-requests: write
steps:
- name: Comment PR linking artifact
uses: thollander/actions-comment-pull-request@v2
with:
message: |
[Build run (#${{ github.run_id }}, attempt #${{ github.run_attempt }}) artifacts](https://github.com/Borewit/listFix/actions/runs/${{ github.run_id }}/attempts/${{ github.run_attempt }}#artifacts)
20 changes: 0 additions & 20 deletions .github/workflows/pr.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/push.yml

This file was deleted.

0 comments on commit 9f7b7d1

Please sign in to comment.