Skip to content

Commit

Permalink
Merge pull request #15 from ayeshLK/master
Browse files Browse the repository at this point in the history
Update default branch in package workflows
  • Loading branch information
ayeshLK authored Oct 31, 2023
2 parents c3ad93a + 4c0bb19 commit f1362fd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
push:
branches:
- master
- main
paths-ignore:
- "*.md"
- "docs/**"
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/build-with-bal-test-graalvm.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/update_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
paths:
- 'docs/spec/**'

Expand Down
3 changes: 0 additions & 3 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "ibm.ibmmq-native"
Expand Down
3 changes: 0 additions & 3 deletions build-config/resources/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "ibm.ibmmq-native"
Expand Down

0 comments on commit f1362fd

Please sign in to comment.