From 99766473662b8835082557abb9054e70ebbfe417 Mon Sep 17 00:00:00 2001 From: banesullivan Date: Sat, 29 Jan 2022 15:26:10 -0700 Subject: [PATCH] Update README examples --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 44bda49..aec34a1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ on: pull_request: workflow_dispatch: push: + tags: + - "*" + branches: + - main jobs: test: @@ -34,6 +38,10 @@ on: pull_request: workflow_dispatch: push: + tags: + - "*" + branches: + - main jobs: test: @@ -61,5 +69,6 @@ jobs: - uses: actions/upload-artifact@v2 with: + name: sphere path: ${{ matrix.os }}-sphere.png ```