Browse Source

ci(github): prevent duplicate builds for local branch PRs

feat/auto-update
jamaljsr 5 years ago
committed by GitHub
parent
commit
c03f5e4e18
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/main.yml

10
.github/workflows/main.yml

@ -1,7 +1,13 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- master
- renovate/*
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
test:
name: Run tests on ${{ matrix.os }}

Loading…
Cancel
Save