Skip to content

Commit

Permalink
Update scriptabledebugger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adri09070 committed May 2, 2024
1 parent dab9a83 commit 7cb1b3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scriptabledebugger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ env:
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ Pharo12 ]
branches: [ Pharo13 ]
pull_request:
branches: [ Pharo12, master ]
branches: [ Pharo13, master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
smalltalk: [ Pharo64-12 ]
smalltalk: [ Pharo64-13 ]
runs-on: ${{ matrix.os }}
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7cb1b3f

Please sign in to comment.