We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaacb54 commit fb0f384Copy full SHA for fb0f384
2 files changed
.github/workflows/autoupdate-branch.yml
@@ -7,7 +7,7 @@ jobs:
7
autoupdate:
8
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
9
name: autoupdate
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
11
steps:
12
- uses: docker://chinthakagodawita/autoupdate-action:v1
13
env:
.github/workflows/codeql.yml
@@ -2,9 +2,11 @@ name: CodeQL analysis
2
3
on:
4
push:
5
- branches: main
+ branches:
6
+ - main
pull_request:
paths:
- '**/*.js'
- '.github/workflows/codeql.yml'
0 commit comments