Skip to content

Commit

Permalink
develop action
Browse files Browse the repository at this point in the history
  • Loading branch information
martvanrijthoven committed Jan 20, 2021
1 parent a27a519 commit 08132af
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: Build and Deploy (Develop)

on:
push:
branches: develop
branches: [develop]

jobs:
cancel-running-jobs:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.6.0
with:
access_token: ${{ github.token }}

deploy:
if: "!contains(github.event.commits[0].message, '[skip ci]')"
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 08132af

Please sign in to comment.