Skip to content

Commit

Permalink
왜 푸쉬 아래 조건을 인식 못할까
Browse files Browse the repository at this point in the history
  • Loading branch information
eumppe committed Jan 2, 2024
1 parent 21ab1e5 commit a8049c5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: hello

on:
push:
branches:
- 'main'
push

jobs:
test:
Expand All @@ -21,4 +19,4 @@ jobs:

- name: maybe new line?
run: |
echo "good with tags" >> by_the_test_action.txt
echo "good with lines" >> by_the_test_action2.txt

0 comments on commit a8049c5

Please sign in to comment.