Skip to content

Commit

Permalink
feat: run integration on every push
Browse files Browse the repository at this point in the history
  • Loading branch information
sbstjn committed Dec 17, 2020
1 parent 1ef63e4 commit 4b876ad
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Integration

on:
push:
branches: ['main']
on: [push, pull_request]

jobs:
build:
Expand Down Expand Up @@ -49,8 +47,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Semantic Release
- if: github.ref == 'refs/heads/main'
uses: cycjimmy/semantic-release-action@v2
name: Semantic Release
timeout-minutes: 2
id: semantic
with:
Expand Down

0 comments on commit 4b876ad

Please sign in to comment.