Skip to content

Commit

Permalink
fix: add multiple file watch
Browse files Browse the repository at this point in the history
  • Loading branch information
prakasa-tkpd committed Nov 6, 2023
1 parent c75237a commit 4eb4aa8
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/files-in-observation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
seo:
- domain/var/robots.txt
- domain/var/*.txt
# src:
# - src/*.ts
# - "!src/__tests__/**"
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
build:
@docker build -t prakasa1904/go-example:latest .
@docker build -t prakasa1904/go-example:latest .

ci:
@act workflow_dispatch --container-architecture linux/amd64
4 changes: 4 additions & 0 deletions domain/var/backup.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: *
Allow: /.well-known/
Disallow: /*.pl
4 changes: 4 additions & 0 deletions domain/var/human.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: *
Allow: /.well-known/
Disallow: /*.pl

0 comments on commit 4eb4aa8

Please sign in to comment.