Skip to content

Commit

Permalink
Only build extension on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis committed Oct 21, 2024
1 parent d256869 commit e642dfb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build Extension

on: [push, pull_request]
on:
push:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit e642dfb

Please sign in to comment.