mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
emails.yml: only run on push to dev
everything that goes into master comes from dev anyway so no need to run it twice Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
6
.github/workflows/emails.yml
vendored
6
.github/workflows/emails.yml
vendored
@@ -1,6 +1,10 @@
|
||||
name: emails
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
pull_request:
|
||||
branches: [ dev ]
|
||||
|
||||
jobs:
|
||||
bugzilla:
|
||||
|
||||
Reference in New Issue
Block a user