Skip to content

Commit

Permalink
actions_build_release_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Hoskovec committed Oct 23, 2024
1 parent d7a9289 commit 3152812
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Docker

on:
release:
types: [published]
push:
branches:
- "*"

jobs:
config:
runs-on: "ubuntu-latest"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Docker
on:
push:
branches:
- 'master'
- "master"
- "*"
pull_request:
types: [synchronize, opened, reopened, ready_for_review]

Expand Down

0 comments on commit 3152812

Please sign in to comment.