Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sangam14 authored Nov 27, 2023
1 parent e42d182 commit f98fe44
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ name: Convert Excel to JavaScript Object

on:
push:
paths:
- '/cloudnativetools.xlsx' # This ensures the action runs only when the Excel file changes.
branches: ['main']

paths:
- '/cloudnativetools.xlsx' # This ensures the action runs only when the Excel file changes.
workflow_dispatch:




jobs:
convert_excel_to_js:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f98fe44

Please sign in to comment.