FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
csla/.github/workflows/not-code.yml at main · MarimerLLC/csla · GitHub
MarimerLLC
/
csla
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
401
Star
1.3k
Code
Issues
22
Pull requests
1
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
csla
/
.github
/
workflows
/
not-code.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
18 lines (13 loc) · 343 Bytes
Breadcrumbs
csla
/
.github
/
workflows
/
not-code.yml
Copy path
File metadata and controls
18 lines (13 loc) · 343 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name
:
not-code
on
:
push
:
branches
:
[ main, v7.x, v8.x, v9.x ]
paths-ignore
:
['Source/**', '.github/workflows/**']
pull_request
:
branches
:
[ main, v7.x, v8.x, v9.x ]
paths-ignore
:
['Source/**', '.github/workflows/**']
jobs
:
build
:
runs-on
:
ubuntu-latest
steps
:
-
run
:
echo "This is not a code change"
Back
|
FazBrowse Home
|
New Git URL