Skip to content

Commit

Permalink
chore(.github/workflows): fix on triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Oct 17, 2023
1 parent 5660c0d commit 1791e1d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: CI

on:
push:
branches: [main]
branches:
- 'main'
- '*/*'
pull_request:
branches: [main]

branches:
- '**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1791e1d

Please sign in to comment.