Skip to content

Commit

Permalink
rerun CI on main branch
Browse files Browse the repository at this point in the history
Signed-off-by: spacewander <[email protected]>
  • Loading branch information
spacewander committed Feb 26, 2024
1 parent e09e02f commit 9a0b83b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: lint

on:
#FIXME: uncomment it once open source
#push:
#branches: [ "main" ]
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: test

on:
#FIXME: uncomment it once open source
#push:
#branches: [ "main" ]
#paths-ignore:
#- "site/**"
#- "**/*.md"
push:
branches: [ "main" ]
paths-ignore:
- "site/**"
- "**/*.md"
pull_request:
branches: [ "main" ]
paths-ignore:
Expand Down

0 comments on commit 9a0b83b

Please sign in to comment.