mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 10:04:39 +01:00
remove branch restrictions
This commit is contained in:
@@ -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'
|
||||||
@@ -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'
|
||||||
Reference in New Issue
Block a user