Skip to content

Commit

Permalink
restructure for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pilotak committed Dec 21, 2020
1 parent a605344 commit e963b62
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
branches:
- "*"

defaults:
run:
working-directory: ./code

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- "v*"

defaults:
run:
working-directory: ./code

jobs:
release:
runs-on: ubuntu-latest
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e963b62

Please sign in to comment.