ci(trigger): only build changes on main branch (#2)
- building all pull requests is a security vulnerability
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
name: 'build and deploy Speckle functions'
|
||||
on: # rebuild any PRs and any branch changes
|
||||
pull_request:
|
||||
on: # rebuild any any `main` branch changes
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user