Skip to content

Commit

Permalink
ci: enable trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored May 10, 2024
1 parent f256501 commit f6e2b53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Functional Tests
on:
# Run by manual at this time
workflow_dispatch:
# push:
# branches: [ master ]
# pull_request:
# branches: [ master ]
push:
branches: [ master ]
pull_request:
branches: [ master ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit f6e2b53

Please sign in to comment.