aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/container_test.yml')
-rw-r--r--.github/workflows/container_test.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/container_test.yml b/.github/workflows/container_test.yml
index d787b988b..2590f09e3 100644
--- a/.github/workflows/container_test.yml
+++ b/.github/workflows/container_test.yml
@@ -2,6 +2,10 @@ name: Test Building Container Images
on:
push:
+ branches-ignore:
+ - master
+ tags-ignore:
+ - *
pull_request:
workflow_dispatch: []