Skip to content

Commit

Permalink
Correct GH Workflows trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthab committed Mar 17, 2024
1 parent 36d9f61 commit 2d74cbb
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: Tests

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

jobs:
test:
Expand Down

0 comments on commit 2d74cbb

Please sign in to comment.