Skip to content

Commit

Permalink
Merge pull request #281 from form3tech-oss/nvloff-workflows
Browse files Browse the repository at this point in the history
chore(ci): allow tests to run on Pull Requests
  • Loading branch information
nvloff-f3 authored Sep 10, 2024
2 parents 67772e0 + dc7251f commit 85f7b2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
on:
push:
branches: [ "master"]
pull_request:
branches: [ "master"]
permissions:
contents: read
jobs:
Expand Down

0 comments on commit 85f7b2c

Please sign in to comment.