Fix workflow trigger
This commit is contained in:
parent
9bea6a9c52
commit
6ac28c21b9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-candidate.yml
vendored
4
.github/workflows/release-candidate.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Release candidate
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- release/*
|
||||
|
||||
jobs:
|
||||
# Build images and publish RCs to DockerHub
|
||||
|
|
Loading…
Reference in a new issue