Skip to content

Commit

Permalink
chore: Run only on pushes to main and develop
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Dec 23, 2023
1 parent 994cf7c commit 9a1ef34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CI

on:
push:
branches:
- main
- develop
pull_request:
merge_group:

Expand Down

0 comments on commit 9a1ef34

Please sign in to comment.