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: