.github/workflows: only run dependabot CI on PR

This commit is contained in:
Jimmy Zelinskie 2020-04-29 13:13:40 -04:00
parent 61e9d47a77
commit b072bb4166

View file

@ -1,5 +1,14 @@
name: CI
on: [push, pull_request]
on:
# See the documentation for more intricate event dispatch here:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#on
push:
branches:
- "!dependabot/*"
- "*"
pull_request:
branches:
- "*"
jobs:
build:
name: Build & Lint