Skip to content

Commit

Permalink
only run action on new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pluja committed Aug 26, 2023
1 parent ddf316c commit bd0fc1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
release:
types: [created]

jobs:
build:
Expand Down

0 comments on commit bd0fc1b

Please sign in to comment.