Update integration.yml

This commit is contained in:
James Ives 2021-02-14 11:03:56 -05:00
parent b94aa2504f
commit cece268304

View File

@ -12,7 +12,6 @@ on:
tags-ignore: tags-ignore:
- '*.*' - '*.*'
branches: branches:
- dev
- releases/v4 - releases/v4
jobs: jobs:
@ -24,7 +23,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Build and Deploy - name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@${{ github.event.inputs.branch }} uses: JamesIves/github-pages-deploy-action@releases/v4
with: with:
git-config-name: Montezuma git-config-name: Montezuma
git-config-email: montezuma@jamesiv.es git-config-email: montezuma@jamesiv.es