Skip to content

Commit

Permalink
ci: fix pull requests not triggering CI
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Dec 4, 2022
1 parent e840128 commit fc92143
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: autofix.ci

on:
pull_request:
push:
branches:
- main
pull_request:
branches:
- main

permissions:
contents: read
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
lint:
Expand Down

0 comments on commit fc92143

Please sign in to comment.