Skip to content

Commit

Permalink
use pull
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang233 authored Oct 30, 2024
1 parent 32f1c9e commit f8170a0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/push.yml → .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
# SPDX-License-Identifier: BSD-3-Clause

# A workflow to send CI-related helpful information to PRs
name: push
name: pull
on:
push:
branches-ignore:
- main
tags-ignore:
- '**'
pull_request:

run-name: CI status hello ${{ github.sha }}
run-name: CI status hello ${{ github.event.pull_request.number }} - ${{ github.sha }}
jobs:
status_hello:
name: send CI hello status
Expand Down

0 comments on commit f8170a0

Please sign in to comment.