Skip to content

Commit

Permalink
Trigger the Dockerfile test on pull_request event as well
Browse files Browse the repository at this point in the history
x
  • Loading branch information
byroot committed Mar 4, 2023
1 parent c8780e2 commit b31e549
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-dev-image.yml
@@ -1,5 +1,6 @@
name: Build and test --dev image
on: [push]

on: [push, pull_request]

env:
APP_NAME: devrails
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
@@ -1,6 +1,6 @@
name: Lint

on: [pull_request]
on: [push, pull_request]

permissions:
contents: read
Expand Down

0 comments on commit b31e549

Please sign in to comment.