Skip to content

Commit

Permalink
Fix CI workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Oct 16, 2020
1 parent 993a209 commit ddec2d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ on:
branches:
- master
- staging
pull_requests: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "hello world"

0 comments on commit ddec2d8

Please sign in to comment.