Skip to content

Commit

Permalink
Merge pull request #179 from kit-data-manager/workflow-main
Browse files Browse the repository at this point in the history
 Modify workflow triggers
  • Loading branch information
FelixFrizzy authored Aug 23, 2024
2 parents 549fa72 + c1b4384 commit 188d568
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/custom-tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: custom-tests

on:
push:
branches-ignore:
- master
- main
- development
# push:
# branches-ignore:
# - master
# - main
# - development
workflow_dispatch:

jobs:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: tests

on:
push:
branches: [ dependency-updates ]
# branches: [ dependency-updates ]
# branches: [ master, main, development]
branches-ignore:
- master
- main
- development
pull_request:
branches: [ master, main, development]
workflow_dispatch:
Expand Down

0 comments on commit 188d568

Please sign in to comment.