Browse Source

Don't test or scan on nonexistent RCs (#168)

* Add additional branches for builds

* Flip it

* And scanning
pull/169/head
Matt Bishop 1 year ago committed by GitHub
parent
commit
40c89e6370
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/scan.yml
  2. 2
      .github/workflows/test.yml

2
.github/workflows/scan.yml

@ -5,8 +5,6 @@ on: @@ -5,8 +5,6 @@ on:
push:
branches:
- "main"
- "rc"
- "hotfix-rc"
pull_request_target:
types: [opened, synchronize]

2
.github/workflows/test.yml

@ -5,8 +5,6 @@ on: @@ -5,8 +5,6 @@ on:
push:
branches:
- "main"
- "rc"
- "hotfix-rc"
pull_request:
jobs:

Loading…
Cancel
Save