Skip to content

Commit

Permalink
ci: update github actions to not run on README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Dec 1, 2024
1 parent eff393c commit 627132d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: integration testing
on:
pull_request:
branches:
- main
paths-ignore:
- "**.md"
merge_group:
push:
branches:
- main
paths-ignore:
- "**.md"
workflow_dispatch:

jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
name: build development package
on:
pull_request:
branches:
- main
paths-ignore:
- "**.md"
merge_group:
push:
branches:
- main
paths-ignore:
- "**.md"
workflow_dispatch:
env:
IMAGE_NAME: uupd
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Includes systemd timers and services for auto update

# Installation

This be in the [ublue-os/staging COPR](), until then you can install from Containerfile:
This be in the [ublue-os/staging COPR](https://copr.fedorainfracloud.org/coprs/ublue-os/staging/), until then you can install from Containerfile:
```dockerfile
COPY --from=ghcr.io/ublue-os/uupd:{FEDORA_MAJOR_VERSION} /rpms /tmp/rpms
# You can use dnf5 to install packages on the image instead
Expand Down

0 comments on commit 627132d

Please sign in to comment.