Skip to content

Commit

Permalink
Merge pull request #133 from rsevilla87/include-assets
Browse files Browse the repository at this point in the history
Include assets in gh actions
  • Loading branch information
vishnuchalla authored Sep 11, 2024
2 parents eb3a042 + 572c6cb commit d322cf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
paths:
- templates/**
- .github/**
- assets/**
pull_request:
branches: [ master ]
paths:
- templates/**
- .github/**
- assets/**

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -54,4 +56,4 @@ jobs:
echo "{\"dashboard\": ${dashboard}, \"overwrite\": true}" |
curl -k -Ss -XPOST -H "Content-Type: application/json" -H "Accept: application/json" -d@-
"http://admin:admin@localhost:3000/api/dashboards/db" -o /dev/null;
done
done

0 comments on commit d322cf8

Please sign in to comment.