We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb4c5 commit 0c924d1Copy full SHA for 0c924d1
1 file changed
.github/workflows/pr.yml
@@ -3,6 +3,8 @@ name: ci-casper-sidecar
3
4
on:
5
pull_request:
6
+ branches:
7
+ - "main"
8
9
jobs:
10
build_and_test:
@@ -14,11 +16,8 @@ jobs:
14
16
steps:
15
17
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2
18
- # Not needed for anything but publish, however verifies aptly install
19
- name: Install deps
20
run: |
-# echo "deb http://repo.aptly.info/ jammy main" | sudo tee -a /etc/apt/sources.list.d/aptly.list
21
-# sudo wget -O /etc/apt/keyrings/aptly.asc https://www.aptly.info/pubkey.txt
22
sudo apt-get update
23
sudo apt-get install -y aptly
24
aptly config show
0 commit comments