Skip to content

Commit

Permalink
IVYPORTAL-16459 Make Portal Open Source
Browse files Browse the repository at this point in the history
  • Loading branch information
chnam-axonivy authored Mar 4, 2024
1 parent 6871aed commit 382dec0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
---
name: Lint
name: Lint Code Base

on: # yamllint disable-line rule:truthy
push: null
pull_request: null
on:
pull_request:
branches: [ master ]
push:
branches: [ feature/IVYPORTAL-16459-OpenSource ]

jobs:
build:
Expand All @@ -25,9 +26,7 @@ jobs:
fetch-depth: 0

- name: Super-linter
uses: super-linter/super-linter@v6.0.0 # x-release-please-version
uses: super-linter/super-linter@v6.3.0 # x-release-please-version
env:
DEFAULT_BRANCH: main
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...

0 comments on commit 382dec0

Please sign in to comment.