Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
schuer committed Dec 13, 2023
1 parent 813e8cf commit bee2b0a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Publish

on:
push:
# branches:
# - "main"
# push:
# branches:
# - "main"
# paths:
# - "images/**/*"
# # add workflow dispatch to manually publish the current images
# workflow_dispatch:
pull_request:
paths:
- "images/**/*"
# add workflow dispatch to manually publish the current images
workflow_dispatch:

concurrency:
# Cancel in-progress jobs if a new job is trigged by a commit from the same branch
Expand Down

0 comments on commit bee2b0a

Please sign in to comment.