Skip to content

Commit

Permalink
Adaptation for history feature
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Apr 17, 2024
1 parent fba387e commit e958c97
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CODEOWNERS

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Fetch latest code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/deploy-prd.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Deploy with GitHub Pages

# on:
# push:
# tags:
# - 'v*'
name: Deploy production with GitHub Pages

on:
pull_request:
workflow_dispatch:
push:
tags:
- "v*"

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand All @@ -30,6 +26,8 @@ jobs:
steps:
- name: Fetch latest code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy-stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Fetch latest code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e958c97

Please sign in to comment.