Skip to content

Commit

Permalink
Update action workflows
Browse files Browse the repository at this point in the history
Co-Authored-By: Liza Tsibur <[email protected]>
  • Loading branch information
caffeinatedpixel and lisaSW committed Jun 28, 2024
1 parent 1a0bcc7 commit cb1eee6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
workflow_dispatch:

jobs:
docker:
build-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- completed

jobs:
upload:
upload-installer:
name: Upload Artifacts
runs-on: ubuntu-22.04
steps:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Tests

on: [pull_request]
on:
pull_request:
push:
branches: 'main'

jobs:
build:
test:

runs-on:
labels: ubuntu-latest-m
Expand Down

0 comments on commit cb1eee6

Please sign in to comment.