Skip to content

Commit

Permalink
Try and get action to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves committed Jan 6, 2024
1 parent f082e91 commit 7f940b9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
name: CI CD
name: "CI/CD"
on:
pull_request:
push:
branches: [main]
release:
types:
- published
workflow_dispatch:

env:
JDK_JAVA_OPTIONS: -XX:+PrintCommandLineFlags -Xss10M # JDK_JAVA_OPTIONS is _the_ env. variable to use for modern Java
Expand All @@ -7,14 +15,6 @@ env:
scala_213_version: "2.13.12"
scala_3_version: "3.3.1"

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [published]

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

0 comments on commit 7f940b9

Please sign in to comment.