Skip to content

Commit

Permalink
[workflows\run_test] Don't run the job twice
Browse files Browse the repository at this point in the history
Before this commit, on each PR, it runned the job twice. Now, it doesn't.
  • Loading branch information
moi15moi committed Sep 27, 2024
1 parent 63e452a commit b99bedb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run Tests

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

jobs:
run-tests:
Expand Down

0 comments on commit b99bedb

Please sign in to comment.