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

ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git


The following commit(s) were added to refs/heads/master by this push:
     new 973da20cb Enable GitHub actions
973da20cb is described below

commit 973da20cbeb6bf5d3c5408aa32d82ba4ebf6cb65
Author: Nikita Timofeev <stari...@gmail.com>
AuthorDate: Fri Nov 11 12:36:09 2022 +0300

    Enable GitHub actions
---
 .github/workflows/verify-deploy-on-push.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/verify-deploy-on-push.yml 
b/.github/workflows/verify-deploy-on-push.yml
index 23edadb9d..3d5ef1fff 100644
--- a/.github/workflows/verify-deploy-on-push.yml
+++ b/.github/workflows/verify-deploy-on-push.yml
@@ -56,7 +56,7 @@ jobs:
   deploy:
     needs: verify
     runs-on: ubuntu-latest
-    if: github.repository == 'apache/cayenne' && contains(github.ref_name, 
'STABLE-')
+    if: github.repository == 'apache/cayenne' && (contains(github.ref_name, 
'STABLE-') || github.ref == 'refs/heads/master'))
 
     steps:
       - name: Checkout repository

Reply via email to