Skip to content
25 changes: 25 additions & 0 deletions .github/workflows/blank22222.yml
Original file line number Diff line number Diff line change
@@ -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.