Skip to content

Commit

Permalink
ci: only build on master
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Nov 18, 2024
1 parent b6256bd commit 4e4565b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ name: CI

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

jobs:
build:
Expand Down

0 comments on commit 4e4565b

Please sign in to comment.