Skip to content

Commit d0304a2

Browse files
authored
Update scriptabledebugger-all.yml
1 parent 7cb1b3f commit d0304a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scriptabledebugger-all.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ env:
1010
on:
1111
# Triggers the workflow on push or pull request events but only for the "master" branch
1212
push:
13-
branches: [ Pharo12 ]
13+
branches: [ Pharo13 ]
1414
pull_request:
15-
branches: [ Pharo12, master ]
15+
branches: [ Pharo13, master ]
1616

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

0 commit comments

Comments
 (0)