Skip to content

Commit 2f04350

Browse files
authored
Merge pull request #2 from pygame-web/ci-releases-and-updates
Fix syntaxerror in CI script
2 parents 901b2df + e727996 commit 2f04350

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
name: CI
1+
name: CI
22

33
on:
4+
workflow_dispatch:
5+
46
release:
57
# this runs CI only when a release is created at first (and not when it is
68
# edited or published)
@@ -12,8 +14,6 @@ on:
1214
pull_request:
1315
branches: main
1416

15-
workflow_dispatch
16-
1717
jobs:
1818
build:
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)