Skip to content

Commit

Permalink
testing without PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruby Martin committed Jan 29, 2025
1 parent ee28665 commit 01120ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: MSYS2 Build Test
# START OF COMMON SECTION
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
branches: [ 'rlm2002/wolfssl' ]
# pull_request:
# branches: [ '*' ]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -22,7 +22,6 @@ jobs:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
path: wolfssl
msystem: UCRT64
update: true
install: git mingw-w64-ucrt-x86_64-gcc autotools base-devel autoconf
Expand Down

0 comments on commit 01120ee

Please sign in to comment.