From f239f832218da9d43538a82bfcd9ff641837bfce Mon Sep 17 00:00:00 2001 From: wenxiang Date: Tue, 16 Jan 2024 15:02:25 +0800 Subject: [PATCH 1/3] Update blank22222.yml --- .github/workflows/blank22222.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index d0d7343..6e59674 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -19,7 +19,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. From ccfd33a1189f5bb05bd6c3c66158c171ede45a69 Mon Sep 17 00:00:00 2001 From: wenxiang Date: Tue, 16 Jan 2024 17:38:41 +0800 Subject: [PATCH 2/3] Update blank22222.yml --- .github/workflows/blank22222.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index 6e59674..b27dbc3 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -6,10 +6,10 @@ name: CI-22222 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: From 50554a7214718e1ecfb2b7ae0de07cdde2007a8a Mon Sep 17 00:00:00 2001 From: wenxiang Date: Tue, 23 Jan 2024 19:54:57 +0800 Subject: [PATCH 3/3] Update blank22222.yml --- .github/workflows/blank22222.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/blank22222.yml b/.github/workflows/blank22222.yml index b27dbc3..4a5aa5e 100644 --- a/.github/workflows/blank22222.yml +++ b/.github/workflows/blank22222.yml @@ -1,6 +1,4 @@ -# This is a basic workflow to help you get started with Actions -name: CI-22222 # Controls when the workflow will run on: