Skip to content

Commit

Permalink
Update unittests.yml to trigger pull request workflows only on the ma…
Browse files Browse the repository at this point in the history
…in branch
  • Loading branch information
rvhonorato committed Feb 26, 2024
1 parent de0ccbc commit 8665a5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: unittests

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

jobs:
build:
Expand Down

0 comments on commit 8665a5f

Please sign in to comment.