remove push wildcard, run only for wolfssl owner
parent
40fa4eb9bf
commit
1aa07ac3b7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue