Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdoxsey committed Aug 1, 2022
1 parent 47975ed commit e394ac4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
on: [push, pull_request]
on:
push:
branches:
- "main"
tags:
- "v*"
pull_request:

name: build
jobs:
lint:
Expand Down

0 comments on commit e394ac4

Please sign in to comment.