Skip to content

Commit 706fb4e

Browse files
committed
fix couple of warnings from workflow
1 parent 2b1a339 commit 706fb4e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
name: CI-check
22

3-
# Controls when the action will run.
43
on:
54
push:
65
branches-ignore:
7-
- master
6+
- master
87

9-
# Allows you to run this workflow manually from the Actions tab
108
workflow_dispatch:
119

12-
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1310
jobs:
1411
check:
1512
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)