stop building twice for pull requests

we should only run the build steps on a pull request OR a push to main
chore/offband-rebrand
446564 6 months ago
parent 488a286701
commit 6070802213

@ -2,6 +2,8 @@ name: Build
on: on:
push: push:
branches:
- main
pull_request: pull_request:
jobs: jobs:

Loading…
Cancel
Save

Powered by TurnKey Linux.