Skip to content

Commit

Permalink
Replace TCK branch (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmvilas authored Mar 19, 2020
1 parent fb062a4 commit af677be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Github Pages
on:
push:
branches:
- add_tck_tests
- master

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ JS_RUNNER_DIR:=$(ROOT_DIR)/js


# asyncapi/tck branch with manifest.json in its root
TCK_BRANCH:=add_tck_tests
TCK_BRANCH:=master


.ONESHELL:
Expand Down

0 comments on commit af677be

Please sign in to comment.