Skip to content

Commit

Permalink
Merge pull request #277 from iqlusioninc/colin/update-workflow
Browse files Browse the repository at this point in the history
Update workflow to test forks
  • Loading branch information
colin-axner authored Jul 14, 2020
2 parents aaa8fe8 + 5197b6b commit 9490f4f
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: BUILD - build and binary upload

on: [push]
on:
pull_request:
push:
branches:
- master

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/coco-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: TESTING - coco to ibc integration

on: [push]
on:
pull_request:
push:
branches:
- master

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/gaia-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: TESTING - gaia to gaia integration

on: [push]
on:
pull_request:
push:
branches:
- master

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/mtd-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: TESTING - mtd to ibc integration

on: [push]
on:
pull_request:
push:
branches:
- master

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/rocketzone-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: TESTING - rocketzone to ibc integration

on: [push]
on:
pull_request:
push:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 9490f4f

Please sign in to comment.