Skip to content

Commit

Permalink
Fix: only run workflow on push
Browse files Browse the repository at this point in the history
  • Loading branch information
obitech authored and costela committed Jul 19, 2022
1 parent 444ceb2 commit b0d3c1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Test & Build

on:
push:
pull_request:
on: [push]

jobs:
test:
Expand Down

0 comments on commit b0d3c1e

Please sign in to comment.