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
|
name: Release candidate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- release/*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Build images and publish RCs to DockerHub
|
# Build images and publish RCs to DockerHub
|
||||||
|
|
Loading…
Add table
Reference in a new issue