Skip to content

Commit 1940f41

Browse files
committed
fix(make): rename file
1 parent 4b6f620 commit 1940f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
VERSION ?= 4.0.8
2-
WORKFLOW_FILES := .github/workflows/pull-request.yml .github/workflows/promote.yml .github/workflows/release.yml
2+
WORKFLOW_FILES := .github/workflows/build.yml .github/workflows/promote.yml .github/workflows/release.yml
33
ifneq (,$(findstring xterm,${TERM}))
44
RED := $(shell tput -Txterm setaf 1)
55
GREEN := $(shell tput -Txterm setaf 2)

0 commit comments

Comments
 (0)