Skip to content

Commit

Permalink
gh-204: examples run twice on PRs (#242)
Browse files Browse the repository at this point in the history
Minor fix. The examples run twice on PRs right now as `branches` is not
specified under `on`.

Refs: #204

---------

Co-authored-by: Patrick J. Roddy <[email protected]>
  • Loading branch information
Saransh-cpp and paddyroddy authored Sep 18, 2024
1 parent 2c4a712 commit 1b4d5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
paths:
- "glass/**"
branches:
- main
pull_request:
paths:
- "glass/**"
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main

concurrency:
# Skip intermediate builds: always.
Expand Down

0 comments on commit 1b4d5c8

Please sign in to comment.