Skip to content

Commit

Permalink
improve github workflow to only run on master pushes
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Moshenko <jacob.moshenko@gmail.com>
  • Loading branch information
jakedt committed Oct 22, 2021
1 parent b479525 commit ddf64fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Expand Up @@ -2,10 +2,10 @@ name: "build"
on:
push:
branches:
- "!dependabot/*"
- "*"
- "master"
pull_request:
branches:
- "!dependabot/*"
- "*"
jobs:
lint:
Expand Down

0 comments on commit ddf64fd

Please sign in to comment.