Skip to content

Commit

Permalink
Trigger pipeline on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscruz committed Nov 28, 2024
1 parent e34e3cb commit c23d4a6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: Run Test Suite

on:
pull_request:
branches:
- main
- pull_request:
branches:
- main
- push:
branches:
- main
- add-ci-tests

jobs:
prebuild:
Expand Down

0 comments on commit c23d4a6

Please sign in to comment.