Merge pull request #483 from jzelinskie/dependabot-ci

.github/workflows: only run dependabot CI on PR
This commit is contained in:
Jimmy Zelinskie 2020-04-30 19:20:57 -04:00 committed by GitHub
commit 03ac7353e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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