diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index d761d5f..e13367f 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -10,7 +10,7 @@ on: - cron: '25 15 * * 3' push: branches: - - '*-software.eessi.io' + - 'main' # Declare default permissions as read only. permissions: read-all diff --git a/.github/workflows/test_eessi_container_script.yml b/.github/workflows/test_eessi_container_script.yml index 6f7055a..44e339f 100644 --- a/.github/workflows/test_eessi_container_script.yml +++ b/.github/workflows/test_eessi_container_script.yml @@ -2,7 +2,7 @@ name: Tests for eessi_container.sh script on: push: - branches: [ "*-software.eessi.io" ] + branches: [ "main" ] pull_request: workflow_dispatch: permissions: diff --git a/.github/workflows/test_licenses.yml b/.github/workflows/test_licenses.yml index 1770d87..6162eab 100644 --- a/.github/workflows/test_licenses.yml +++ b/.github/workflows/test_licenses.yml @@ -2,7 +2,7 @@ name: Test software licenses on: push: - branches: [ "*-software.eessi.io" ] + branches: [ "main" ] pull_request: permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ecfa9a7..5df3033 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Tests on: push: - branches: [ "*-software.eessi.io" ] + branches: [ "main" ] pull_request: permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/tests_archdetect.yml b/.github/workflows/tests_archdetect.yml index 18d08a9..339eda2 100644 --- a/.github/workflows/tests_archdetect.yml +++ b/.github/workflows/tests_archdetect.yml @@ -2,7 +2,7 @@ name: Tests for eessi_archdetect.sh on: push: - branches: [ "*-software.eessi.io" ] + branches: [ "main" ] pull_request: permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/tests_eessi_extend_module.yml b/.github/workflows/tests_eessi_extend_module.yml index ef66bcf..f304c48 100644 --- a/.github/workflows/tests_eessi_extend_module.yml +++ b/.github/workflows/tests_eessi_extend_module.yml @@ -2,7 +2,7 @@ name: Tests for EESSI-extend module functionality in software.eessi.io on: push: - branches: [ "*-software.eessi.io" ] + branches: [ "main" ] pull_request: permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/tests_eessi_module.yml b/.github/workflows/tests_eessi_module.yml index e9726d7..eb46327 100644 --- a/.github/workflows/tests_eessi_module.yml +++ b/.github/workflows/tests_eessi_module.yml @@ -2,7 +2,7 @@ name: Tests for eessi_module_functionality in software.eessi.io on: push: - branches: [ "*-software.eessi.io" ] + branches: [ "main" ] pull_request: permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/tests_init.yml b/.github/workflows/tests_init.yml index 9ab373e..be0d9ae 100644 --- a/.github/workflows/tests_init.yml +++ b/.github/workflows/tests_init.yml @@ -2,7 +2,7 @@ name: Tests for init scripts on: push: - branches: [ "*-software.eessi.io" ] + branches: [ "main" ] pull_request: permissions: contents: read # to fetch code (actions/checkout) diff --git a/.github/workflows/tests_init_module.yml b/.github/workflows/tests_init_module.yml index 381dba1..42bb42e 100644 --- a/.github/workflows/tests_init_module.yml +++ b/.github/workflows/tests_init_module.yml @@ -2,7 +2,7 @@ name: Check for EESSI init shell scripts to load eessi software module in software.eessi.io on: push: - branches: [ "*-software.eessi.io" ] + branches: [ "main" ] pull_request: workflow_dispatch: permissions: diff --git a/.github/workflows/tests_link_nvidia_host_libraries.yml b/.github/workflows/tests_link_nvidia_host_libraries.yml index 22ebc21..d15f4cf 100644 --- a/.github/workflows/tests_link_nvidia_host_libraries.yml +++ b/.github/workflows/tests_link_nvidia_host_libraries.yml @@ -3,7 +3,7 @@ name: Test NVIDIA Host Libraries Linking on: push: branches: - - '*-software.eessi.io' # Matches any branch ending with '-software.eessi.io' + - 'main' pull_request: paths: - 'scripts/gpu_support/nvidia/link_nvidia_host_libraries.sh' # PR changes only relevant for this specific file @@ -196,4 +196,4 @@ jobs: echo "$output" | grep "have already been linked" || { echo "Missing 'already linked' message"; exit 1; } echo "Second normal run test passed" - \ No newline at end of file +