Skip to content

Commit

Permalink
add push trigger to ci_asan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qishipengqsp authored Feb 4, 2024
1 parent 1238a20 commit a4be034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_asan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ci_asan

on:
push:
pull_request:
branches:
- '*'
Expand Down Expand Up @@ -39,4 +40,4 @@ jobs:
"CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}"
- name: Check disk space
if: always()
run: df -h
run: df -h

0 comments on commit a4be034

Please sign in to comment.