Skip to content

Commit 6191edb

Browse files
author
l
committed
try to get triggers working
1 parent bf0b1e3 commit 6191edb

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/test-sdc-tasks.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ on:
66
# - 'individual-shell-tools/**.sh'
77
# - 'shell-pipelines/**.sh'
88
# - 'jq/*.sh'
9+
pull_request:
10+
paths:
11+
- 'individual-shell-tools/**.sh'
12+
- 'shell-pipelines/**.sh'
13+
- 'jq/*.sh'
14+
types:
15+
- labeled
16+
- unlabeled
17+
- opened
18+
- edited
19+
- reopened
920
pull_request_target:
1021
paths:
1122
- 'individual-shell-tools/**.sh'

individual-shell-tools/awk/script-01.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -euo pipefail
44

55
# TODO: Write a command to output just the names of each player in `scores-table.txt`.
66
# Your output should contain 6 lines, each with just one word on it.
7-
awk '{print $1}' scores-table.txt
7+
awk '{print $1}' scores-table.txt #

0 commit comments

Comments
 (0)