Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored Nov 23, 2023
1 parent e148884 commit ed951db
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
Expand Up @@ -2,7 +2,11 @@

name: Tests

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

env:
FORCE_COLOR: 1
Expand Down

0 comments on commit ed951db

Please sign in to comment.