Skip to content

Commit a418949

Browse files
authored
chore: update safary script (#5451)
* chore: update safary script * chore: don't upload files on pull request
1 parent 7371046 commit a418949

File tree

4 files changed

+6
-2854
lines changed

4 files changed

+6
-2854
lines changed

.github/workflows/cow-files.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- main
77
paths:
88
- 'static-files/public/**'
9-
pull_request:
10-
paths:
11-
- 'static-files/public/**'
129
workflow_dispatch: # Manual trigger
1310

1411
# Required for authenticating with AWS IAM

.prettierignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Add files here to ignore them from prettier formatting
22
/dist
3-
/coverage
3+
/coverage
4+
/static-files

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ const compat = new FlatCompat({
1111
})
1212

1313
module.exports = [
14+
{
15+
ignores: ['static-files/'],
16+
},
1417
{
1518
plugins: {
1619
'@nx': nxEslintPlugin,

0 commit comments

Comments
 (0)