Skip to content

Commit ec00e73

Browse files
authored
Revert changes in swift_windows.yml
There appears to be a problem with respect to installing Swift on the Windows container in the GitHub Action. Once things settle down and it works again, the action will once again run whenever the main branch is being pushed.
1 parent 775edbb commit ec00e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift_windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Build Swift Package on Windows
22

33
on:
4-
push:
5-
branches: [ "main" ]
4+
# push:
5+
# branches: [ "main" ]
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)