Skip to content

Commit

Permalink
Merge pull request #15 from SystemJargon/dev
Browse files Browse the repository at this point in the history
Merge branch Dev to Main
  • Loading branch information
SystemJargon committed May 18, 2024
2 parents 8bb8e59 + aae1b4b commit 98d6c6d
Show file tree
Hide file tree
Showing 21 changed files with 513,402 additions and 364,052 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
schedule:
- cron: '0 1 * * *'

# workflow_dispatch:
# push:
# branches:
# - main
# workflow_dispatch:
# push:
# branches:
# - dev

jobs:
build:
Expand Down Expand Up @@ -65,8 +65,8 @@ jobs:
cat restrict-bypass.txt | sed "s/\^$/\^\$ctag=user_child/g" > restrict-bypass-user_child.txt
cat no-social-media.txt | sed "s/\^$/\^\$ctag=user_child/g" > no-social-media-user_child.txt
- name: Clean Previous Stats
run: rm -f ./stats/list-entries-stats.txt
- name: Clean Previous Stats
run: rm -f ./stats/list-entries-stats.txt

- name: Count lines in lists
run: |
Expand Down
Loading

0 comments on commit 98d6c6d

Please sign in to comment.