Skip to content

Commit

Permalink
added missing header on build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTopping committed Feb 1, 2021
1 parent 486569e commit c90c5a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
name: Build Project
on:
release:
types: published

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c90c5a5

Please sign in to comment.