We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f32fec commit 4abb6abCopy full SHA for 4abb6ab
.github / workflows/tests.yml
@@ -5,8 +5,11 @@ name: Unit Tests
5
# Controls when the action will run.
6
on:
7
# Triggers the workflow on push or pull request events but only for the main branch
8
+ push:
9
pull_request:
- branches: [ develop ]
10
+ types: [opened, reopened,synchronize]
11
+ branches:
12
+ - develop
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
0 commit comments