Skip to content

Commit

Permalink
ci: don't run on pushes to next (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Mar 9, 2024
1 parent 8585bf8 commit d70f2d7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'main'
- 'next'
pull_request:

concurrency:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'main'
- 'next'
pull_request:

concurrency:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'main'
- 'next'
pull_request:

concurrency:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- 'main'
- 'next'
pull_request:

concurrency:
Expand Down

0 comments on commit d70f2d7

Please sign in to comment.