Skip to content

Commit

Permalink
xx
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Feb 26, 2024
1 parent c9f7b7d commit 1bf4368
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/abi-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
default: '3.0.0'
pull_request_target:
branches: [ master, stable* ]
pull_request:
branches: [ master, stable* ]

jobs:
build:
runs-on: ubuntu-latest
name: "Test on ${{ matrix.os }}"
name: "Run ABI checker on ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: "Prepare environment"
Expand Down

0 comments on commit 1bf4368

Please sign in to comment.