Skip to content

Commit

Permalink
feat(ci): only on push
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajpiar committed Jun 10, 2024
1 parent b636b88 commit 672b0b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build and Test

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

0 comments on commit 672b0b2

Please sign in to comment.