Skip to content

Commit

Permalink
feat: fix CI (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
laudmt authored Nov 6, 2024
1 parent 6a75d94 commit b11ffd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Continuous Integration

on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit b11ffd9

Please sign in to comment.