Skip to content

Commit

Permalink
Merge pull request #523 from Appsilon/test-pull-requests
Browse files Browse the repository at this point in the history
Run CI on pull requests
  • Loading branch information
kamilzyla committed Jan 5, 2024
2 parents 2b210b4 + e4dafd7 commit 958fcbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
@@ -1,5 +1,5 @@
name: CI
on: push
on: [push, pull_request]
permissions:
contents: read
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
@@ -1,4 +1,4 @@
on: push
on: [push, pull_request]

name: E2E Test

Expand Down

0 comments on commit 958fcbb

Please sign in to comment.