Skip to content

Commit

Permalink
fix(ci): runs test only once on PR opened
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed Jun 10, 2024
1 parent 25003ef commit b636b88
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Build and Test

on:
push:
branches:
- '**'
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
branches:
- '**'

Expand Down

0 comments on commit b636b88

Please sign in to comment.