Skip to content

Commit f6e2b53

Browse files
authored
ci: enable trigger
1 parent f256501 commit f6e2b53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/functional-test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Functional Tests
33
on:
44
# Run by manual at this time
55
workflow_dispatch:
6-
# push:
7-
# branches: [ master ]
8-
# pull_request:
9-
# branches: [ master ]
6+
push:
7+
branches: [ master ]
8+
pull_request:
9+
branches: [ master ]
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)