Skip to content

Commit

Permalink
Don't do double build on push
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Feb 13, 2024
1 parent 483cf84 commit c8ff788
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build and test

on:
push:
pull_request:
branches: [ "main" ]
release:
types:
- created

jobs:
build:
Expand Down

0 comments on commit c8ff788

Please sign in to comment.