Skip to content

Commit

Permalink
chore: fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Apr 6, 2024
1 parent 39ae163 commit 3a03ae3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/auto-merge-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# https://github.com/peter-evans/enable-pull-request-automerge

on: # yamllint disable-line rule:truthy
# pull_request:
workflow_dispatch:
pull_request:

permissions:
pull-requests: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- master
pull_request:
branches:
- master
release:
types:
- released
Expand Down Expand Up @@ -69,7 +66,6 @@ jobs:
${{ env.GHCR_NAMESPACE }}
tags: |
type=raw,event=branch,value=latest
type=ref,event=pr
type=ref,event=tag
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---

on: # yamllint disable-line rule:truthy
# pull_request:
workflow_dispatch:
pull_request:

name: 🐞 Differential shell-check

Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ concurrency:
cancel-in-progress: true

on:
workflow_dispatch:
# pull_request:
# paths-ignore:
# - '**.md'
pull_request:
paths-ignore:
- '**.md'

env:
DOCKER_NAMESPACE: wayofdev/php-base
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@v4.1.1

- name: 🚀 Generate dist files
run: make generate
Expand Down

0 comments on commit 3a03ae3

Please sign in to comment.