Skip to content

Commit

Permalink
Fix trigger for ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LavermanJJ committed Jan 22, 2025
1 parent 394e499 commit 95c9b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
# Run action when pushed to master, or for commits in a pull request.
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

defaults:
run:
Expand Down

0 comments on commit 95c9b7d

Please sign in to comment.