Skip to content

Commit

Permalink
chore(ci): don't build on PRs (ublue-os#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoceppi committed Mar 20, 2023
1 parent 9b337b9 commit 6f33b16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: Build and Push Image
on:
pull_request:
branches:
- main
paths-ignore:
- '**.md'
- '**.txt'
schedule:
- cron: '20 22 * * *' # 10:20pm everyday
push:
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: Pull Requests
on:
pull_request:
branches:
- main
workflow_dispatch:


jobs:
push-ghcr:
name: Build and push image
lint:
name: Lint
runs-on: ubuntu-22.04
permissions:
contents: read
packages: read
id-token: read

steps:
- name: Checkout repository
Expand Down

0 comments on commit 6f33b16

Please sign in to comment.