Skip to content

Commit 6009031

Browse files
authored
Merge pull request #24 from mrpippy/main
CI improvements (use checkout v4, add workflow_dispatch trigger)
2 parents ff43d4e + 8ffd177 commit 6009031

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8+
workflow_dispatch:
89

910
jobs:
1011
build:
@@ -111,7 +112,7 @@ jobs:
111112
runs-on: ${{ matrix.config.platform }}
112113

113114
steps:
114-
- uses: actions/checkout@v2
115+
- uses: actions/checkout@v4
115116
- name: Set up build environment
116117
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
117118
if: matrix.config.qemu == true

0 commit comments

Comments
 (0)