Skip to content

Commit

Permalink
ci: limit the scope to main branch (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesGascon authored Feb 3, 2025
1 parent 4682150 commit 8809f56
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: ci

on:
- pull_request
- push
pull_request:
branches:
- master
push:
branches:
- master

jobs:
test:
Expand Down

0 comments on commit 8809f56

Please sign in to comment.