diff --git a/.github/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml similarity index 96% rename from .github/github-actions-demo.yml rename to .github/workflows/github-actions-demo.yml index aa6dcc4..37444a9 100644 --- a/.github/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -11,7 +11,7 @@ on: jobs: build-and-deploy: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'ci skip')" steps: - name: Checkout