Skip to content

Commit

Permalink
CI: adjust when to run on a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Mar 20, 2024
1 parent f76f641 commit 201827c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ on:
branches: [ main]
tags: ["v*"]
pull_request:
types:
- opened
- synchronize
- reopened
- closed
repository_dispatch:
schedule:
# rebuild image every sunday
Expand Down

0 comments on commit 201827c

Please sign in to comment.