Skip to content

Commit

Permalink
Deploy faucet/graphql on lib commits, include whitespace commit
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed Jun 25, 2024
1 parent 7086257 commit 9298176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-faucet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- development
paths:
- 'lib/**'
- 'cmd/faucet.superposition/**'

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-graphql-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- development
paths:
- 'lib/**'
- 'cmd/graphql.ethereum/**'

jobs:
Expand Down
1 change: 1 addition & 0 deletions lib/config/config.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// config contains configuration behaviour that should be configured
// using environment variables that're global.
//

package config

Expand Down

0 comments on commit 9298176

Please sign in to comment.