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 ee32475 commit bc596b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: CI

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

branches:
- '**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bc596b7

Please sign in to comment.