Skip to content

Commit

Permalink
Merge pull request #28 from vroncevic/dev
Browse files Browse the repository at this point in the history
[bash_env] updated github workflow actions
  • Loading branch information
vroncevic committed Feb 13, 2022
2 parents 40adebc + f9e3d91 commit 14104cb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/bash_env_docker_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: bash_env docker checker
on:
push:
branches: [ master ]
paths:
- 'bash_**'
- 'user_**'
pull_request:
branches: [ master ]
paths:
- 'bash_**'
- 'user_**'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/bash_env_shell_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: bash_env shell checker
on:
push:
branches: [ master ]
paths:
- 'bash_**'
- 'user_**'
pull_request:
branches: [ master ]
paths:
- 'bash_**'
- 'user_**'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/bash_env_toc.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: bash_env toc
on: push
on:
push:
paths:
- '**.md'
jobs:
generateTOC:
name: TOC Generator
Expand Down

0 comments on commit 14104cb

Please sign in to comment.