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 f256501 commit f6e2b53Copy full SHA for f6e2b53
.github/workflows/functional-test.yml
@@ -3,10 +3,10 @@ name: Functional Tests
3
on:
4
# Run by manual at this time
5
workflow_dispatch:
6
- # push:
7
- # branches: [ master ]
8
- # pull_request:
9
+ push:
+ branches: [ master ]
+ pull_request:
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments