Skip to content

Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 #56

Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0

Bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 #56

Workflow file for this run

name: "[Workflow] PR Build"
on:
pull_request:
branches:
- main
jobs:
test:
name: Test
uses: ./.github/workflows/test_job.yml
publish_unit_tests:
name: Publish Unit Tests
needs: ['test']
uses: ./.github/workflows/publish_unit_tests.yml
dependabot:
name: Dependabot Approve and Auto Merge
needs: ['test']
uses: ./.github/workflows/dependabot-approve-and-auto-merge_job.yml