Fix .github regex to skip drone runs on gh action bumps (#8433)

* Fix .github regex to skip drone runs on gh action bumps

Signed-off-by: Chris Wayne <cwayne18@gmail.com>
This commit is contained in:
Chris Wayne
2023-09-26 08:46:37 -04:00
committed by GitHub
parent d349c9db6c
commit b010c941cf
9 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4