From 4eb4aa8bd1ee255cd5a05e156f81fb27c1850b3b Mon Sep 17 00:00:00 2001 From: prakasa-tkpd Date: Mon, 6 Nov 2023 16:09:09 +0700 Subject: [PATCH] fix: add multiple file watch --- .github/files-in-observation.yml | 2 +- Makefile | 5 ++++- domain/var/backup.txt | 4 ++++ domain/var/human.txt | 4 ++++ 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 domain/var/backup.txt create mode 100644 domain/var/human.txt diff --git a/.github/files-in-observation.yml b/.github/files-in-observation.yml index a7a8e2e..223b6f2 100644 --- a/.github/files-in-observation.yml +++ b/.github/files-in-observation.yml @@ -1,5 +1,5 @@ seo: - - domain/var/robots.txt + - domain/var/*.txt # src: # - src/*.ts # - "!src/__tests__/**" diff --git a/Makefile b/Makefile index 2a1e31a..5b30e34 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ build: - @docker build -t prakasa1904/go-example:latest . \ No newline at end of file + @docker build -t prakasa1904/go-example:latest . + +ci: + @act workflow_dispatch --container-architecture linux/amd64 diff --git a/domain/var/backup.txt b/domain/var/backup.txt new file mode 100644 index 0000000..a7ecb2e --- /dev/null +++ b/domain/var/backup.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: * +Allow: /.well-known/ +Disallow: /*.pl \ No newline at end of file diff --git a/domain/var/human.txt b/domain/var/human.txt new file mode 100644 index 0000000..a7ecb2e --- /dev/null +++ b/domain/var/human.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: * +Allow: /.well-known/ +Disallow: /*.pl \ No newline at end of file