Skip to content

Commit

Permalink
ci: add certain branch requirements for CI to run
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq authored and itsaky committed Jul 24, 2023
1 parent 630cf41 commit 0f7f7b2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: Build/test
name: CI

on:
pull_request:
push:
branches:
- master
pull_request:
branches:
- "**"

jobs:
test:
Expand Down

0 comments on commit 0f7f7b2

Please sign in to comment.