Skip to content

Commit

Permalink
run workflows on pr
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Sep 23, 2023
1 parent 672fbda commit d63536c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Docker Build

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Lint

on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Test

on:
push:
pull_request:

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d63536c

Please sign in to comment.