Skip to content

Commit 7cb1b3f

Browse files
authored
Update scriptabledebugger.yml
1 parent dab9a83 commit 7cb1b3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scriptabledebugger.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ env:
99
on:
1010
# Triggers the workflow on push or pull request events but only for the "master" branch
1111
push:
12-
branches: [ Pharo12 ]
12+
branches: [ Pharo13 ]
1313
pull_request:
14-
branches: [ Pharo12, master ]
14+
branches: [ Pharo13, master ]
1515

1616
# Allows you to run this workflow manually from the Actions tab
1717
workflow_dispatch:
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ ubuntu-latest ]
26-
smalltalk: [ Pharo64-12 ]
26+
smalltalk: [ Pharo64-13 ]
2727
runs-on: ${{ matrix.os }}
2828
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2929
steps:

0 commit comments

Comments
 (0)