We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d123c commit 3e4d16bCopy full SHA for 3e4d16b
1 file changed
.github/workflows/ubuntu.yml
@@ -1,14 +1,14 @@
1
name: ubuntu
2
3
-on: [workflow_dispatch]
+on: [push, pull_request]
4
5
jobs:
6
ubuntu:
7
runs-on: ubuntu-latest
8
name: A job to build and run strfry on Ubuntu
9
steps:
10
- name: Checkout strfry
11
- uses: actions/checkout@v6
+ uses: actions/checkout@v4
12
with:
13
fetch-depth: 0
14
@@ -34,7 +34,7 @@ jobs:
34
echo "filename=$filename" >> $GITHUB_ENV
35
36
- name: Upload strfry deb
37
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v3
38
39
name: ${{ env.filename }}
40
path: ${{ env.filename }}
0 commit comments