Skip to content

Commit

Permalink
enable
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 9, 2023
1 parent 1abc49c commit d9877e3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ name: Alpine 32-bit

on:
workflow_dispatch:
# push:
# pull_request:
push:
pull_request:

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-32bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Linux 32-bit

on:
workflow_dispatch:
# push:
# pull_request:
push:
pull_request:


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Linux

on:
workflow_dispatch:
# push:
# pull_request:
push:
pull_request:

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: MacOS

on:
workflow_dispatch:
# push:
# pull_request:
push:
pull_request:

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Windows

on:
workflow_dispatch:
# push:
# pull_request:
push:
pull_request:

jobs:
build:
Expand Down

0 comments on commit d9877e3

Please sign in to comment.