Skip to content

Commit

Permalink
update workflow to run in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Jan 9, 2025
1 parent 541c09a commit 86f12f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-examples.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Update Examples

on:
push:
branches:
- v.1.0.x
- main
pull_request:
types:
- synchronize
- opened

jobs:
update-examples:
Expand Down

0 comments on commit 86f12f7

Please sign in to comment.