Skip to content

Commit

Permalink
Action workflow updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne0nd0g committed Nov 28, 2023
1 parent 48ebff8 commit 32ad02a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/go_dev.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: "Merlin Server Build & Test: !main"
name: "Merlin Server - Scan, Build, & Test: Development Work"

on:
push:
branches-ignore:
- main
paths-ignore:
- '.github/**'
- 'data/**'
- 'docs/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- 'LICENSE'
- 'README.MD'
pull_request:

jobs:

build:
name: 'Code Quality Scan & Build: !main'
name: 'Code Quality Scan & Build: Development Work'
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
Expand Down
11 changes: 10 additions & 1 deletion .github/workflows/go_main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: "Merlin Server Build & Test: Main"
name: "Merlin Server - Scan, Build, & Test: Main"

on:
push:
branches:
- main
paths-ignore:
- '.github/**'
- 'data/**'
- 'docs/**'
- '.gitattributes'
- '.gitignore'
- '.gitmodules'
- 'LICENSE'
- 'README.MD'

jobs:

Expand Down

0 comments on commit 32ad02a

Please sign in to comment.