Skip to content

Commit

Permalink
PR build other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 14, 2024
1 parent 7a73f42 commit a1aa79a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ permissions:

on:
push:
pull_request:

jobs:
untagged-cleanup:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build and test rust code

on: [push]
on:
push:
pull_request:

permissions:
contents: read
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Validate XML files

on: [push]
on:
push:
pull_request:

permissions:
contents: read
Expand Down

0 comments on commit a1aa79a

Please sign in to comment.