Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
ac71b981
Unverified
Commit
ac71b981
authored
Nov 12, 2021
by
Kelvin Fichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: remove branch restrictions for some workflows
parent
68cd04f9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
23 deletions
+2
-23
batch-submitter.yml
.github/workflows/batch-submitter.yml
+2
-7
gas-oracle.yml
.github/workflows/gas-oracle.yml
+0
-5
geth.yml
.github/workflows/geth.yml
+0
-6
golangci-lint.yml
.github/workflows/golangci-lint.yml
+0
-5
No files found.
.github/workflows/batch-submitter.yml
View file @
ac71b981
...
@@ -12,11 +12,6 @@ on:
...
@@ -12,11 +12,6 @@ on:
pull_request
:
pull_request
:
paths
:
paths
:
-
'
go/batch-submitter/*'
-
'
go/batch-submitter/*'
branches
:
-
'
master'
-
'
develop'
-
'
*rc'
-
'
regenesis/*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
...
.github/workflows/gas-oracle.yml
View file @
ac71b981
...
@@ -12,11 +12,6 @@ on:
...
@@ -12,11 +12,6 @@ on:
pull_request
:
pull_request
:
paths
:
paths
:
-
'
go/gas-oracle/**'
-
'
go/gas-oracle/**'
branches
:
-
'
master'
-
'
develop'
-
'
*rc'
-
'
regenesis/*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
...
.github/workflows/geth.yml
View file @
ac71b981
name
:
geth unit tests
name
:
geth unit tests
on
:
on
:
push
:
push
:
paths
:
paths
:
...
@@ -13,11 +12,6 @@ on:
...
@@ -13,11 +12,6 @@ on:
pull_request
:
pull_request
:
paths
:
paths
:
-
'
l2geth/**'
-
'
l2geth/**'
branches
:
-
'
master'
-
'
develop'
-
'
*rc'
-
'
regenesis/*'
workflow_dispatch
:
workflow_dispatch
:
defaults
:
defaults
:
...
...
.github/workflows/golangci-lint.yml
View file @
ac71b981
...
@@ -13,11 +13,6 @@ on:
...
@@ -13,11 +13,6 @@ on:
paths
:
paths
:
-
'
go/gas-oracle/**'
-
'
go/gas-oracle/**'
-
'
go/batch-submitter/**'
-
'
go/batch-submitter/**'
branches
:
-
'
master'
-
'
develop'
-
'
*rc'
-
'
regenesis/*'
jobs
:
jobs
:
golangci
:
golangci
:
name
:
lint
name
:
lint
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment