Skip to content

Commit

Permalink
Exclude rollup-swc from REPL artefacts for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jul 30, 2023
1 parent 3d90b3f commit 67c7292
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/repl-artefacts.yml
Expand Up @@ -2,7 +2,14 @@ name: Upload REPL artefacts

on:
pull_request_target:
types: [synchronize, opened, reopened, labeled]
types:
- synchronize
- opened
- reopened
- labeled
branches-ignore:
# TODO SWC Exclude until the branch is working
- rollup-swc

permissions:
contents: read
Expand Down

0 comments on commit 67c7292

Please sign in to comment.