Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into wip-tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Dec 13, 2023
2 parents 2ad0b35 + a2a198d commit 63114f1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-rock.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build rock

on:
pull_request:
branches:
- 'core2[24]-[78]'
push:
branches:
- 'core2[24]-[78]'

jobs:
build-rock:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Build rock
uses: canonical/craft-actions/rockcraft-pack@main
with:
rockcraft-channel: candidate

0 comments on commit 63114f1

Please sign in to comment.