Skip to content

Commit

Permalink
changed workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Feb 7, 2024
1 parent 1f1a9cf commit 1e80d2a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: build

on: [push, pull_request]
on:
push:
pull_request:
types: [opened, reopened]

jobs:
test_micm_api:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1e80d2a

Please sign in to comment.