Skip to content

Commit

Permalink
Merge pull request #49 from creasico/exclude-resources
Browse files Browse the repository at this point in the history
Exclude `JSON` and `CSV` resources from composer distribution
  • Loading branch information
feryardiant committed Nov 7, 2023
2 parents 94c11dc + 4772c04 commit e154ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Tests
on:
pull_request:
branches: [main]
# types: [labeled]
push:
branches: [main]
# paths: ['.github/**.yml', 'src/*', 'tests/*']
Expand All @@ -13,7 +12,6 @@ env:
CC_TEST_REPORTER_URL: ${{ vars.CC_TEST_REPORTER_URL }}
DB_USERNAME: creasico
DB_PASSWORD: secret
# GIT_COMMIT_SHA: ${{ github.sha }}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -25,7 +23,6 @@ jobs:
runs-on: ubuntu-latest
env:
DB_NUSA: nusantara
GIT_BRANCH: ${{ github.ref }}

outputs:
composer-cache: ${{ steps.composer-cache.outputs.dir }}
Expand Down
2 changes: 2 additions & 0 deletions resources/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
csv export-ignore
json export-ignore

0 comments on commit e154ed4

Please sign in to comment.