We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3516866 commit 55dbe09Copy full SHA for 55dbe09
.github/workflows/release.yml
@@ -1,13 +1,8 @@
1
name: Build and Push Docker Image On Release
2
3
on:
4
- push:
5
- branches:
6
- - 'develop'
7
- - 'main'
8
-
9
- tags:
10
- - '[0-9]+.[0-9]+.[0-9]+'
+ pull_request:
+ branches: [ "develop" , "main" ]
11
12
env:
13
REGISTRY_ROOT: ghcr.io
.github/workflows/verify-build.yml
@@ -2,7 +2,7 @@ name: Verify building of test containers
pull_request:
- branches: [ "develop" , "topic/RDKE-765" ]
0 commit comments