Skip to content

Instantly share code, notes, and snippets.

@liebespaar93
Last active February 26, 2024 08:03
Show Gist options
  • Save liebespaar93/1f98a1abe9ce72816871c538c840c833 to your computer and use it in GitHub Desktop.
Save liebespaar93/1f98a1abe9ce72816871c538c840c833 to your computer and use it in GitHub Desktop.
Github Actions
" ==========================================================================
" Netrw Directory Listing (netrw v173
" /Users/kyoulee/github/liebespaar93/.github/workflows
" Sorted by name
" Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\>,\.h$,\.c$,\.cpp$,\~\=\*$,*,\.
" Quick Help: <F1>:help -:go up dir D:delete R:rename s:sort-by x:spe
" ==========================================================================
../
./
mainPR.yml
~
~
name: main just dev
on:
pull_request:
branches: [ main ]
jobs:
check-main:
runs-on: ubuntu-latest
steps:
- name: main just dev
run: |
if [[ "$GITHUB_HEAD_REF" != 'dev' ]]; then exit 1; else exit 0; fi;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment