Skip to content

Commit

Permalink
limit ci tests to main and develop
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Sep 2, 2022
1 parent 0d6b2f9 commit 127109b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Build and Test

on: [push, pull_request]
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]

jobs:
build:
Expand Down

0 comments on commit 127109b

Please sign in to comment.