diff --git a/.gitea/workflows/rh8-local.yml b/.gitea/workflows/rh8-local.yml index 1dd5fccf8..3f6fd5a07 100644 --- a/.gitea/workflows/rh8-local.yml +++ b/.gitea/workflows/rh8-local.yml @@ -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' \ No newline at end of file diff --git a/.gitea/workflows/rh9-local.yml b/.gitea/workflows/rh9-local.yml index c7e437a49..cc50cafb9 100644 --- a/.gitea/workflows/rh9-local.yml +++ b/.gitea/workflows/rh9-local.yml @@ -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' \ No newline at end of file