Skip to content

Commit

Permalink
Update scriptabledebugger-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adri09070 committed May 2, 2024
1 parent 7cb1b3f commit d0304a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scriptabledebugger-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,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 @@ -24,7 +24,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 d0304a2

Please sign in to comment.