Skip to content

Commit

Permalink
Publish on push and also on pull req
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Apr 10, 2024
1 parent f0e4a2c commit 0a4e69a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 0a4e69a

Please sign in to comment.