Skip to content

Commit

Permalink
re-enable CI after org change (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause authored Dec 4, 2024
1 parent 938ce8e commit 6b66ea1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI Additional
on:
push:
branches:
- "*"
# pull_request:
# branches:
# - "*"
- main
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches:
- "*"
# pull_request:
# branches:
# - "*"
pull_request:
branches:
- "*"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 6b66ea1

Please sign in to comment.