Skip to content

Commit cd75fd1

Browse files
committed
Fix CI workflow branch target, remove action emojis
1 parent a717299 commit cd75fd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
push:
77
branches:
8-
- main
8+
- master
99
workflow_dispatch:
1010

1111
jobs:
@@ -26,16 +26,16 @@ jobs:
2626
options: --user root
2727

2828
steps:
29-
- name: 💾 Check out repository
29+
- name: Check out repository
3030
uses: actions/checkout@v4
3131

32-
- name: 🛠️ Set up build environment
32+
- name: Set up build environment
3333
shell: bash
3434
run: |
3535
apt update && apt install -y python3-pip
3636
python3 -m pip install --break-system-packages --upgrade hatch
3737
38-
- name: 🔥 Test
38+
- name: Test
3939
run: hatch -v run pytest -vv tests
4040

4141
concurrency:

0 commit comments

Comments
 (0)