Skip to content

Commit

Permalink
Update Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
qtc-de committed Aug 3, 2023
1 parent 54483c6 commit 62cfb80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- src/**
- include/**
- Makefile
- .github/workflows/build.yml

pull_request:
branches:
- main
Expand All @@ -17,6 +19,7 @@ on:
- src/**
- include/**
- Makefile
- .github/workflows/build.yml

jobs:
build:
Expand All @@ -28,3 +31,9 @@ jobs:

- name: make
run: make

- name: Archive compiled executable
uses: actions/upload-artifact@v2
with:
name: daphne-master
path: dist/*

0 comments on commit 62cfb80

Please sign in to comment.