diff --git a/.github/workflows/master_code_and_master_config.yml b/.github/workflows/master_code_and_master_config.yml index 97b3b75..08e6cda 100644 --- a/.github/workflows/master_code_and_master_config.yml +++ b/.github/workflows/master_code_and_master_config.yml @@ -5,15 +5,14 @@ on: paths: - '.github/workflows/master_code_and_master_config.yml' - jobs: build: - + runs-on: ubuntu-latest - + steps: - + - name: Checkout uses: actions/checkout@master with: