diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index d0d7343..4a5aa5e 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -1,15 +1,13 @@ -# 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" ] + branches: [ "jwx0925-patch-1" ] tags: ["test-*"] pull_request: - branches: [ "jwx0925-*","master"] + branches: [ "master"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -19,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: echo Hello, world!!!~~ + - run: echo Hello, world!!! new workflow - run: | echo Add other actions to build, echo test, and deploy your project.