Restrict GH workflow push builds to main

This commit is contained in:
maxswa
2021-05-01 14:22:41 -04:00
parent 3a6671d3d1
commit e9f47b9f08

View File

@@ -1,6 +1,10 @@
name: CI
on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
jobs:
build: