diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml new file mode 100644 index 0000000..ed0579f --- /dev/null +++ b/.github/workflows/blank22222.yml @@ -0,0 +1,25 @@ +# This is a basic workflow to help you get started with Actions + +name: CI-22222 + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "master" branch + push: + # branches: [ "jwx0925-patch-1" ] + tags: ["test-*"] + pull_request: + branches: [ "jwx0925-*","master"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: echo Hello, world!!!~~111 + - run: | + echo Add other actions to build, + echo test, and deploy your project.