remove branch restrictions

This commit is contained in:
2026-08-02 21:14:07 +02:00
committed by mazzol_a
parent 3c28e7fdab
commit 376c5ce289
2 changed files with 2 additions and 6 deletions
+1 -3
View File
@@ -2,8 +2,6 @@ name: Build on local RHEL8
on:
push:
branches:
- dev/NFS_testing
workflow_dispatch:
permissions:
@@ -22,6 +20,6 @@ jobs:
make -j 2
- name: Deploy to NFS update server
if: gitea.ref == 'refs/heads/dev/NFS_testing'
if: gitea.ref == 'refs/heads/developer'
run: |
sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH8 <<< $'put build/bin'
+1 -3
View File
@@ -2,8 +2,6 @@ name: Build on local RHEL9
on:
push:
branches:
- dev/NFS_testing
workflow_dispatch:
permissions:
@@ -22,6 +20,6 @@ jobs:
make -j 2
- name: Deploy to NFS update server
if: gitea.ref == 'refs/heads/dev/NFS_testing'
if: gitea.ref == 'refs/heads/developer'
run: |
sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH9 <<< $'put build/bin'