Skip temporary branches of bors

This commit is contained in:
heinrich5991 2020-07-01 01:50:40 +02:00
parent ac42861d1b
commit 1fbd847edd

View file

@ -1,6 +1,12 @@
name: Build
on: [push, pull_request]
on:
push:
branches-ignore:
- staging.tmp
- trying.tmp
- staging-squash-merge.tmp
pull_request:
jobs:
build-cmake: