Skip to content

Commit

Permalink
tmp: Enable full CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
NunoAlexandre committed Aug 23, 2022
1 parent ab7bf71 commit 08ac379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [master, parachain]
branches: [master, parachain, connectors]
pull_request:
name: Build
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: docker
on:
push:
branches: [master, parachain]
branches: [master, parachain, connectors]
workflow_dispatch:
inputs:
docker_tag:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [master, parachain]
branches: [master, parachain, connectors]
pull_request:
name: Tests
jobs:
Expand Down

0 comments on commit 08ac379

Please sign in to comment.