Skip to content

Commit 3e4d16b

Browse files
authored
Update ubuntu.yml
1 parent d6d123c commit 3e4d16b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: ubuntu
22

3-
on: [workflow_dispatch]
3+
on: [push, pull_request]
44

55
jobs:
66
ubuntu:
77
runs-on: ubuntu-latest
88
name: A job to build and run strfry on Ubuntu
99
steps:
1010
- name: Checkout strfry
11-
uses: actions/checkout@v6
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414

@@ -34,7 +34,7 @@ jobs:
3434
echo "filename=$filename" >> $GITHUB_ENV
3535
3636
- name: Upload strfry deb
37-
uses: actions/upload-artifact@v6
37+
uses: actions/upload-artifact@v3
3838
with:
3939
name: ${{ env.filename }}
4040
path: ${{ env.filename }}

0 commit comments

Comments
 (0)