Skip to content

Commit

Permalink
Merge pull request #2 from sbstjn/check-pull-requests
Browse files Browse the repository at this point in the history
feat: extends headline
  • Loading branch information
sbstjn committed Dec 17, 2020
2 parents 4b876ad + c4c9e7f commit 2766d5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Integration

on: [push, pull_request]
on: [push]

jobs:
build:
Expand Down Expand Up @@ -41,14 +41,14 @@ jobs:
- run: yarn test
version:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
needs:
- build
- test
steps:
- uses: actions/checkout@v2

- if: github.ref == 'refs/heads/main'
uses: cycjimmy/semantic-release-action@v2
- uses: cycjimmy/semantic-release-action@v2
name: Semantic Release
timeout-minutes: 2
id: semantic
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# CDK Template
# GitHub Template for AWS CDK projects

0 comments on commit 2766d5f

Please sign in to comment.