Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/blank22222.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.