From 0a4e69ab972afc99b13acffa6757b4c45580a8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linas=20Vep=C5=A1tas?= Date: Wed, 10 Apr 2024 15:06:32 -0500 Subject: [PATCH] Publish on push and also on pull req --- .github/workflows/publish-images.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 53db08d..34fe7f7 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -1,8 +1,16 @@ name: Publish images on: + pull_request: + branches: [ "master" ] + paths: + - "opencog/**" + - ".github/workflows/**" push: - branches: master + branches: [ "master" ] + paths: + - "opencog/**" + - ".github/workflows/**" schedule: - cron: "37 2 * * 6" # Run 2:37 AM Saturday night. `man 5 crontab` workflow_dispatch: