Skip to content

Commit fb09561

Browse files
committed
workflow: update autobuild
1 parent c350582 commit fb09561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
# Do not build tags. Do not build release branch
66
branches:
77
- "**"
8-
# - "!release"
8+
- "!release"
99
tags:
1010
- "!**"
1111

@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "ubuntu-latest"
1616
strategy:
1717
matrix:
18-
target-platform: [ATARI, ADAM, APPLE, ATARI-8mb, IEC-LOLIN-D32, IEC-FUJIAPL]
18+
target-platform: [ATARI, ADAM, APPLE, IEC-LOLIN-D32]
1919

2020
steps:
2121
- name: Checkout Source

0 commit comments

Comments
 (0)