aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-04-14 15:38:40 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-04-14 15:38:40 +0200
commit167fc257b6f751e75bf91d02ac642b95c380723d (patch)
tree739893fa488edbb9d16ccda5ecdff270efff4ebe /.github/workflows
parentprofiles: mask dateparser, unavailable deps (diff)
downloadguru-167fc257b6f751e75bf91d02ac642b95c380723d.tar.gz
guru-167fc257b6f751e75bf91d02ac642b95c380723d.tar.bz2
guru-167fc257b6f751e75bf91d02ac642b95c380723d.zip
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>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/emails.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/emails.yml b/.github/workflows/emails.yml
index e7791f558..966000a14 100644
--- a/.github/workflows/emails.yml
+++ b/.github/workflows/emails.yml
@@ -1,6 +1,10 @@
name: emails
-on: [push, pull_request]
+on:
+ push:
+ branches: [ dev ]
+ pull_request:
+ branches: [ dev ]
jobs:
bugzilla: