diff options
| author | Justin Burkett | 2020-02-07 22:32:41 -0500 |
|---|---|---|
| committer | Justin Burkett | 2020-02-07 22:32:41 -0500 |
| commit | a135e6f2c83e296da3ccfebc57a71e2b45a4f7c2 (patch) | |
| tree | b5e72e51cfd2e167d691d306369ba662ecef6ef5 | |
| parent | 90d10a8fb335a21008084ab8b4ba722347ec6c74 (diff) | |
| download | emacs-a135e6f2c83e296da3ccfebc57a71e2b45a4f7c2.tar.gz emacs-a135e6f2c83e296da3ccfebc57a71e2b45a4f7c2.zip | |
Change name of workflow
| -rw-r--r-- | .github/workflows/test.yml | 2 | ||||
| -rw-r--r-- | README.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0bf32f2e8e4..eb2a91ea091 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | name: which-key-test-workflow | 1 | name: which-key-test |
| 2 | on: | 2 | on: |
| 3 | pull_request: | 3 | pull_request: |
| 4 | push: | 4 | push: |
diff --git a/README.org b/README.org index 40bcca7ecee..cb31655237b 100644 --- a/README.org +++ b/README.org | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | * which-key | 1 | * which-key |
| 2 | [[http://melpa.org/#/which-key][http://melpa.org/packages/which-key-badge.svg]] | 2 | [[http://melpa.org/#/which-key][http://melpa.org/packages/which-key-badge.svg]] |
| 3 | [[http://stable.melpa.org/#/which-key][file:http://stable.melpa.org/packages/which-key-badge.svg]] [[build][https://github.com/justbur/emacs-which-key/workflows/which-key-test-workflow/badge.svg]] | 3 | [[http://stable.melpa.org/#/which-key][file:http://stable.melpa.org/packages/which-key-badge.svg]] [[build][https://github.com/justbur/emacs-which-key/workflows/which-key-test/badge.svg]] |
| 4 | 4 | ||
| 5 | ** Recent Changes | 5 | ** Recent Changes |
| 6 | 6 | ||