Skip to content

Commit

Permalink
Don't build twice
Browse files Browse the repository at this point in the history
  • Loading branch information
royteeuwen committed Sep 19, 2024
1 parent 2d20ccc commit 24a43d2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
name: Build

on: [push, pull_request]
on:
# Trigger on push to develop or main branches
push:
branches:
- develop
- main

# Trigger on pull request (any branch that creates a PR)
pull_request:
branches:
- develop
- main

jobs:
build:
Expand Down

0 comments on commit 24a43d2

Please sign in to comment.