Skip to content

Commit

Permalink
Update build triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Jan 6, 2024
1 parent ecb6a6b commit f082e91
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ env:
scala_3_version: "3.3.1"

on:
pull_request:
push:
branches: ["main"]
branches: [ main ]
pull_request:
branches: [ main ]
release:
types:
- published
workflow_dispatch:
types: [published]

# cancel older runs of a pull request;
# this will not cancel anything for normal git pushes
Expand Down

0 comments on commit f082e91

Please sign in to comment.