Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Only run ci action on branch push
Browse files Browse the repository at this point in the history
  • Loading branch information
bytedream committed Apr 5, 2024
1 parent c40ea8b commit 4b74299
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: ci

on:
push:
branches:
- '*'
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 4b74299

Please sign in to comment.