Skip to content

Commit

Permalink
ci: adjust workflow run conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Feb 19, 2024
1 parent bc9beb3 commit 40a12d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: run tests
name: CI Tests

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

jobs:
run_tests:
Expand Down

0 comments on commit 40a12d6

Please sign in to comment.