Skip to content

Commit

Permalink
fix: github actions trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
the-hampel committed Jan 5, 2023
1 parent b6072e9 commit 46fe9cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_stable.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build_stable

on:
pull_request:
push:
branches: [ 3.1.x ]

jobs:
Expand All @@ -11,8 +11,7 @@ jobs:
fail-fast: false

runs-on: ubuntu-latest
container:
image: materialstheory/solid_dmft_ci:3.1.x
container: materialstheory/solid_dmft_ci:3.1.x

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 46fe9cd

Please sign in to comment.