Skip to content

Commit

Permalink
fix wf
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed May 22, 2024
1 parent 2d6aaf1 commit 5fe4f78
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: ci

on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
workflow_call:

# Declare default permissions as read only.
permissions: read-all

env:
# Default minimum version of Go to support.
DEFAULT_GO_VERSION: "~1.21"
Expand Down

0 comments on commit 5fe4f78

Please sign in to comment.