We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
none-shall-pass
1 parent 1e44861 commit 9934bb7Copy full SHA for 9934bb7
.github/workflows/markdown-validation.yml
@@ -1,12 +1,15 @@
1
name: none-shall-pass
2
3
on:
4
- push:
5
workflow_dispatch:
+ push:
6
+ branches:
7
+ - main
8
9
jobs:
10
none-shall-pass:
- runs-on: ubuntu-latest
11
+ runs-on:
12
+ - self-hosted
13
+ - Ubuntu
14
steps:
- - uses: actions/checkout@v3
- - uses: thevickypedia/[email protected]
15
+ - uses: thevickypedia/none-shall-pass@v5
.github/workflows/python-publish.yml
@@ -10,11 +10,10 @@ on:
deploy:
-
16
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
18
- name: Set up Python
19
uses: actions/setup-python@v2
20
with:
0 commit comments