add bot skip

This commit is contained in:
silas 2022-05-09 20:32:54 +01:00 committed by GitHub
parent baecc95db2
commit ebc80dac1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -2,9 +2,12 @@ name: Soteria Scan
on:
push:
branches: master
branches:
- main
- dev
pull_request:
workflow_dispatch: #pick branch to manually run on
env:
CARGO_TERM_COLOR: always
SOLANA_VERSION: "1.9.5"
@ -12,6 +15,7 @@ env:
jobs:
build:
name: Soteria
if: github.actor != 'github-actions[bot]'
runs-on: ubuntu-latest
strategy:
fail-fast: false