Only dispatch admin bundle on push to develop

This commit is contained in:
Gabe Kangas
2021-11-15 17:07:00 -08:00
committed by GitHub
parent 59f0fce728
commit c0b769935b

View File

@@ -1,5 +1,8 @@
name: Bundle admin into core
on: [push]
on:
push:
branches:
- develop
jobs:
dispatch:
runs-on: ubuntu-latest