This is an automated email from the ASF dual-hosted git repository.

msciabarra pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/openserverless-devcontainer.git


The following commit(s) were added to refs/heads/main by this push:
     new 82e67d8  build on tag
82e67d8 is described below

commit 82e67d8c2c1bb492b7722e0d283e5c2703e16cea
Author: Michele Sciabarra <[email protected]>
AuthorDate: Sun Nov 23 16:15:04 2025 +0000

    build on tag
---
 .github/workflows/build-and-push.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/build-and-push.yml 
b/.github/workflows/build-and-push.yml
index bb603a6..022761a 100644
--- a/.github/workflows/build-and-push.yml
+++ b/.github/workflows/build-and-push.yml
@@ -2,14 +2,9 @@ name: Build and Push Docker Image
 
 on:
   push:
-    branches:
-      - main
     tags:
-      - 'v*'
-  pull_request:
-    branches:
-      - main
-  workflow_dispatch:
+      - '[0-9]*'
+    branches-ignore: '*'
 
 env:
   REGISTRY: ghcr.io

Reply via email to