Skip to content

Commit

Permalink
Merge pull request #47 from CERTCC/sei-eschwartz-patch-1
Browse files Browse the repository at this point in the history
Update release_on_tag.yml to build for Ghidra 10.3.1 to 10.3.3
  • Loading branch information
sei-eschwartz authored Sep 21, 2023
2 parents 06dedd1 + 0a7ba50 commit da38a32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_on_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ghidra_version: [10.3]
ghidra_version: [10.3, 10.3.1, 10.3.2, 10.3.3]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/run_tests_on_push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ name: Run Tests on Push or PR

on:
push:
branches: [ "main" ]
branches: [ "**" ]
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
build:
test:
name: Run Tests on Push or PR
strategy:
matrix:
os: [ubuntu-latest]
Expand Down

0 comments on commit da38a32

Please sign in to comment.