Upload files to "/" #9
Protected
@@ -1,4 +1,4 @@
|
||||
name: Klc-Learner-Frontend
|
||||
name: Klc-HR-Dashboard-Frontend
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -17,7 +17,7 @@ on:
|
||||
- staging
|
||||
- production
|
||||
jobs:
|
||||
Klc-Learner-Build-Test:
|
||||
Klc-HR-Dashboard-Build-Test:
|
||||
name: Build and Test PR
|
||||
if: github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-latest
|
||||
@@ -39,7 +39,7 @@ jobs:
|
||||
if: github.event_name == 'push'
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
ENV_FILE: {{vars.ENV_FILE}}
|
||||
ENV_FILE: ${{vars.ENV_FILE}}
|
||||
|
||||
steps:
|
||||
- name: Checkout Code in Runner
|
||||
|
||||
Reference in New Issue
Block a user