remove push wildcard, run only for wolfssl owner

pull/499/head
gojimmypi 2025-04-09 21:24:07 +02:00
parent 40fa4eb9bf
commit 1aa07ac3b7
No known key found for this signature in database
GPG Key ID: 3D684FA88DC3FAA8
1 changed files with 2 additions and 4 deletions

View File

@ -2,12 +2,10 @@ name: Arduino CI Build
# See https://github.com/wolfSSL/Arduino-wolfSSL # See https://github.com/wolfSSL/Arduino-wolfSSL
# TODO remove '*' om push/ branches, and uncomment github.repository_owner == 'wolfssl'
# START OF COMMON SECTION # START OF COMMON SECTION
on: on:
push: push:
branches: [ '*', 'master', 'main', 'release/**' ] branches: [ 'master', 'main', 'release/**' ]
pull_request: pull_request:
branches: [ '*' ] branches: [ '*' ]
workflow_dispatch: workflow_dispatch:
@ -19,7 +17,7 @@ concurrency:
jobs: jobs:
build: build:
# if: github.repository_owner == 'wolfssl' if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Checkout Repository