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 cb2be51 commit d887a18Copy full SHA for d887a18
.github/workflows/pr.yaml
@@ -5,6 +5,10 @@ on:
5
branches:
6
- develop
7
- main
8
+ push:
9
+ branches:
10
+ - develop
11
+ - main
12
13
permissions:
14
contents: write
.github/workflows/test-build.yaml
@@ -3,10 +3,6 @@ name: Test and build
3
on:
4
workflow_call:
workflow_dispatch:
- push:
- branches:
- - develop
- - main
jobs:
test:
name: Unit Tests
0 commit comments