Skip to content

Commit

Permalink
#8 push to releases branch triggers deploy to Production
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwhittlestone committed Jan 20, 2022
1 parent 794d65f commit c06ddfa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# This is a basic workflow to help you get started with Actions

name: Deploy
name: Deploy to Production

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
branches: [ releases/** ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit c06ddfa

Please sign in to comment.