Skip to content

Commit

Permalink
New deploy branch (no longer dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-naish committed May 20, 2024
1 parent 3e4fb22 commit ab67923
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the dev branch
# events but only for the deploy branch
on:
push:
# branches: [ dev-2023S2 ]
branches: [ dev ]
branches: [ deploy ]
# branches: [ dev ]
paths-ignore:
- 'doc/**' # Ignore all files and subdirectories under "doc/"
- 'docs/**' # Ignore all files and subdirectories under "docs/"
Expand All @@ -19,6 +19,7 @@ jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
environment: Deploy

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -36,6 +37,6 @@ jobs:
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: master # The branch the action should deploy to.
BRANCH: master # The branch the action should deploy.
FOLDER: build # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch

0 comments on commit ab67923

Please sign in to comment.