diff --git a/.github/ci-hpc-config.yml b/.github/ci-hpc-config.yml index 67a79c3..2e20c20 100644 --- a/.github/ci-hpc-config.yml +++ b/.github/ci-hpc-config.yml @@ -1,3 +1,3 @@ build: python: 3.10 - parallel: 1 \ No newline at end of file + parallel: 1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4804a2d..7783738 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,16 +4,16 @@ on: # Trigger the workflow on push to master or develop, except tag creation push: branches: - - 'main' - - 'develop' + - 'main' + - 'develop' tags-ignore: - - '**' + - '**' # Trigger the workflow on pull request - pull_request: ~ + pull_request: # Trigger the workflow manually - workflow_dispatch: ~ + workflow_dispatch: # Trigger after public PR approved for CI pull_request_target: @@ -40,5 +40,3 @@ jobs: with: earthkit-meteo: ecmwf/earthkit-meteo@${{ github.event.pull_request.head.sha || github.sha }} secrets: inherit - -