remove branch restrictions
All checks were successful
Build on local RHEL9 / build (push) Successful in 1m44s
Build on local RHEL8 / build (push) Successful in 4m34s
Build on RHEL9 / build (push) Successful in 4m31s
Build on RHEL8 / build (push) Successful in 5m47s

This commit is contained in:
2025-11-26 09:11:55 +01:00
parent 3285221e8a
commit eea4dca449
2 changed files with 2 additions and 6 deletions

View File

@@ -2,8 +2,6 @@ name: Build on local RHEL8
on: on:
push: push:
branches:
- dev/NFS_testing
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@@ -22,6 +20,6 @@ jobs:
make -j 2 make -j 2
- name: Deploy to NFS update server - name: Deploy to NFS update server
if: gitea.ref == 'refs/heads/dev/NFS_testing' if: gitea.ref == 'refs/heads/developer'
run: | run: |
sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH8 <<< $'put build/bin' sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH8 <<< $'put build/bin'

View File

@@ -2,8 +2,6 @@ name: Build on local RHEL9
on: on:
push: push:
branches:
- dev/NFS_testing
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@@ -22,6 +20,6 @@ jobs:
make -j 2 make -j 2
- name: Deploy to NFS update server - name: Deploy to NFS update server
if: gitea.ref == 'refs/heads/dev/NFS_testing' if: gitea.ref == 'refs/heads/developer'
run: | run: |
sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH9 <<< $'put build/bin' sftp -r gitea_runner@mpc2935:/slsDetectorSoftware/RH9 <<< $'put build/bin'