Skip to content

Commit 6646346

Browse files
authored
Adapt to P14
1 parent d9c2786 commit 6646346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scriptabledebugger-all.yml

Lines changed: 2 additions & 2 deletions
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: [ Pharo13 ]
13+
branches: [ Pharo14 ]
1414
pull_request:
15-
branches: [ Pharo13, master ]
15+
branches: [ Pharo14, master ]
1616

1717
# Allows you to run this workflow manually from the Actions tab
1818
workflow_dispatch:

0 commit comments

Comments
 (0)