Skip to content

Commit

Permalink
ci: fix ci workflow trigger events (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppvg authored Nov 11, 2024
1 parent 640cf09 commit c385295
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: CI

on:
push:
branches: [main, 'release/**']
pull_request:
branches: [main]
branches: [main, 'release/**']

jobs:
lint:
Expand Down

0 comments on commit c385295

Please sign in to comment.