Skip to content

Commit

Permalink
cicd: run workflow on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sumnerevans committed Jan 15, 2022
1 parent 5e38b91 commit d9c8b09
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Lint and Build

on:
pull_request:
branches: [ master ]
push:
release:
types:
- created

jobs:
lint:
Expand Down

0 comments on commit d9c8b09

Please sign in to comment.